Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
IE likes my rollover, Firefox does not! why?
Old 09-04-2006, 05:48 AM IE likes my rollover, Firefox does not! why?
Average Talker

Posts: 24
Trades: 0
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>

Last edited by Bansaw; 09-04-2006 at 05:52 AM..
Bansaw is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-04-2006, 07:52 AM Re: IE likes my rollover, Firefox does not! why?
Average Talker

Posts: 24
Trades: 0
Actually, its one of those rare times when I solved this myself.
It appears that GoLive was including the javascript source from the local HD.
I just had to upload the .js file to the local dir on the server:s

ie:
<csscriptdict import="import">
<script type="text/javascript" src="c:\scripts\CSScriptLib.js"></script>
</csscriptdict>
<csactiondict>
<script type="text/javascript"><!--
var preloadFlag = false;
function preloadImages() {
if (document.images) {
pre_Hotel_Over = newImage('Hotel_Over.gif');
preloadFlag = true;
}
}

// --></script>
</csactiondict>
Bansaw is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE likes my rollover, Firefox does not! why?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09843 seconds with 12 queries