On Dec 12, 2007, at 8:49 PM, Glen Lipka wrote:

I have a nav that I do not control the HTML Source.

<div class="nav">
  <a href="foo.htm"><img src="foo.gif" /></a>
  <a href="bar.htm"><img src="bar.gif" /></a>
</div>

I want to have a hover event applied to the IMG so that when you hover over the img src changes from foo.gif to foo_on.gif and bar.gif to bar_on.gif.

http://www.appelsiini.net/2007/6/sequentially-preloading-images

I use something like above. Includes hover image preloading.

--
Mika Tuupola
http://www.appelsiini.net/

Reply via email to