Forum Moderators: open
I have a site that I am building, <sorry, no personal links>, and I have 3 sets of mouseover buttons on the homepage. I built the site in GoLive 6.0, on pc, and they house the JavaScript library on my "c" drive, and call it "CSScriptLib.js". Obviosly, when I uploaded the page, my mouseovers didn't work. I added "CSScriptLib.js" to my site and directed the "script src" tag to there. It still doesn't work.
Is there a way, without learning JavaScript, because of time constraints, to put the script on my site and have the mouseovers work? Is there something I am missing, or maybe should I have the script in a different folder?
I am more of a designer who is learning the code half of designing, and I get very confused when it comes to javascript. Please advise.
[edited by: tedster at 12:13 am (utc) on June 10, 2003]
Make sure you put the .js file in whatever directory you point the src= attribute to, and just for good measure, avoid mixed cases in the file and directory names.