View Full Version : rollovers not working?


GreenEyes
01-31-2003, 10:32 AM
hello-

I tryed to make a page with some rollovers and a mouseover event on one that would trigger a 'set image URL'. Everything works fine in the preview mode of the site but once the stuff is actually uploaded they won't work.

EDIT: note before veiwing, the imagemaps are purposefully large, if you don't have at least a 56K modem it could take awhile.
Here's the page: Help me, pleeeaase (http://www.geocities.com/variety_artstyles/indexhome.html)

Can someone please take a look at the source code and let me know if something is wrong there. I will be very gratefull:).
Thanks in advance-

Kaliyoda
01-31-2003, 10:46 AM
Hi

A common and simple fault. The link to your JavaScript file is pointing to a location on your hard drive instead of local to your website...

<script type="text/javascript"
src="file:///MacOS%20X10.1.5/Users/raven/Library/
Preferences/Adobe/GoLive/Settings/JScripts/GlobalScripts
/CSScriptLib.js"></script>

GreenEyes
01-31-2003, 10:50 AM
ahh, lol, it gets me every time. Thank you:)

So I just type in the correct URL and it should work fine right? *fingers crossed....for the 18th time*

Kaliyoda
01-31-2003, 10:53 AM
Yep - just point it at the correct location for your JS file on the server & all should be well.

Crossing my fingers here too :D

GreenEyes
01-31-2003, 10:55 AM
great, thanks again. Back to work with me.