Hi
I have customised my tpl_header file in my custom template to try and include some roll over buttons in my header, its not finished as i am just testing it at the moment so excuse the mouse over/out all having the same image.
It seems to be working in IE but not in firefox.
Here is the code,
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://www.niodonline.co.uk/"><img src="images/logo.jpg" alt="Powered by Zen Cart :: The Art of E-Commerce" title=" Powered by Zen Cart :: The Art of E-Commerce " width="850" height="200" /></a></div>
<div id="taglineWrapper">
<!--div id="tagline"-->
<a href="index.php?main_page=index&cPath=79" onMouseover="img src='/images/buttonstest.jpg';" onMouseout="img src='/images/buttonstest.jpg';"style="position:relative;TOP:-80px;LEFT:100px;">
<img src="/catalog/images/buttonstest.jpg" name="a"></a>
<!--/div-->
</div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
Any ideas what I'm missing??
Thanks for any help.
Andy



