View Single Post
Old 09-04-2006, 03:51 AM   #1 (permalink)
Bansaw
Inactive
 
Join Date: 09-04-06
Posts: 10
iTrader: 0 / 0%
Latest Blog:
None

Bansaw is liked by many
IE likes my rollover, Firefox does not! why?

I've been having various struggles with Firefox lately.

One of my latest is a mouseover command which seems to work OK on my local drive (Ff and IE), but when I FTP it up, it does not work,:s

The same page works fine in IE. Whats up with Firefox ?

Any ideas?



my code:
<body onload="preloadImages();">

<div id="layer3">
<div id="layer6">
<a onmouseover="changeImages('Hotel','Hotel_Over.jpg' );return true" onmouseout="changeImages('Hotel','Hotel.jpg');retu rn true" href="hotel.html"><img id="Hotel" src="Hotel.jpg" alt="" name="Hotel" height="60" width="108" border="0" /></a></div>
<img src="background4.jpg" name="emp" alt="" height="568" width="809" border="0" />
<div id="layer5">
...</object></div>
Bansaw is offline   Reply With Quote