Link to home
Start Free TrialLog in
Avatar of bmtech
bmtech

asked on

Problem with Mouseover not working when uploaded to the internet

I am using HotMetal to design a website. Everything works fine when I test it locally. However when I upload the Source to my website, the buttons defined as 'mouseover' display the red 'X' as in image not available or some such (IE6 SP1 set to display errors give the ever useful "Object Expected"). A static version of the same thing display the gif correctly. It is only when the Javascript is added (I let Hotmetal do this automatically) that the image fails to appear.

I am running the title page in 'Frames' I dont know if this has anything to do with it.

Any ideas would be good thanks. (BTW I have also tried 2 different ISPs so I dont think its anything to do with the hosting side of things)
ASKER CERTIFIED SOLUTION
Avatar of btech1
btech1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of btech1
btech1

If you are not sure about the relative link (../your.gif) of the image, then put a absolute path instead (http://site/images/your.gif).