PDA

View Full Version : onMouseOut


bethabernathy
10-22-2004, 06:15 PM
Hi - I am cleaning up the code on a website and moved the javascript into a .js file. That worked pretty well. I was wondering do the spiders have problems getting through code using "onMouseOut" i.e.:

<img src="graphics/nav-title.gif" width="201" height="141"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','graphics/nav-home-o.gif',1)"><img src="graphics/nav-home.gif" width="201" height="17" border="0" name="Image9">

Thank you for any possible assistance. -Beth

NFFC
10-22-2004, 06:34 PM
You will be fine with that assuming thats just a faux snippet of the code.

Good practice to drop some text links on the page too, but you knew that already.

bethabernathy
10-22-2004, 06:48 PM
Thank you. Much appreciated. :)