View Single Post
Old 05-01-2007, 01:48 PM   #7 (permalink)
williwaw
 
Banned

Join Date: Oct 2006

Posts: 81

williwaw

Default Re: NEED help with a Javascript code...(mouseover and stuff)

I would use my css page but if you are not using css try using this as your link in your html page.
Code:
<a href="http://Your Link" onMouseover="Your Photo Bucket"  onmouseout="Your Photo Bucket">Your Link</a>
Good luck, I have not tested this

OK---I tested the above and no workie, but try this
Code:
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Name','','http:\\Photobucket A',1)"><img src="http:\\Photobucket B" name="Name" width="100" height="100" border="0">Your Link</a>
This should work for you...it worked on my site

Cheers,
Williwaw


Last edited by williwaw; 05-02-2007 at 12:07 AM.
williwaw is offline