View Full Version : html help
Jukeball
02-16-2001, 02:02 AM
Ok i have this problem in making my site.
I am using dreamweaver and have uploaded all my files using the same. There are a lot of roll over images but they do not seem to work. Can any one help me
My site is http://jshah.8k.com
friedo
02-16-2001, 03:12 AM
Your problem is that you are using Dreamweaver.
FWIW, just peeking at Dreamweaver's horrible, ugly code, it appears the pathnames to your swap images are incorrect.
Baraqiyal
02-16-2001, 03:51 AM
Get rid of that superfluous javascript in the onMouseOver statements. In other words:
onMouseOver="MM_swapImage('parent.frames[0].document.Image2','parent.frames[0].document.Image2','../../../website/rollme.gif','#982303889890')
Should just be:
onMouseOver="MM_swapImage 'Image2','Image2','../../../website/rollme.gif','#982303889890')
That way the first argument actually matches up with an image that has been defined.
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.