Forums

This topic is locked

Rollovers Acting Weird

Posted 12 Mar 2003 18:22:28
1
has voted
12 Mar 2003 18:22:28 Alex Gruenburg posted:
On my site I'm building I put some rollovers on my links, and when I preview it on Dreamweaver it all works fine. But when I upload it to my site it doesn't work. I'm using ripplehost. (just so you know) I'm not sure what's going on. If you wanna see it my site is www.sprattmusic.com. Please help. Thanks.

Replies

Replied 13 Mar 2003 07:44:31
13 Mar 2003 07:44:31 Dave Clarke replied:
It looks like you haven't uploaded your images to the server, or the path to the images is wrong.

Dave

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome

Edited by - Davecl on 13 Mar 2003 07:44:51
Replied 15 Mar 2003 00:47:20
15 Mar 2003 00:47:20 johan tessens replied:
I think the path is wrong
example from your code
ONMOUSEOVER="changeImages('index_09', '<b>images</b>/index_09-over.gif',
Try by changing it to
ONMOUSEOVER="changeImages('<b>images/</b>index_09', '<b>images</b>/index_09-over.gif'
and put all your images in the images/ folder

Reply to this topic