html help

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

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.

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.