How do I change the background picture of a table cell when the mouse is brought over it?
| SitePoint Sponsor |
How do I change the background picture of a table cell when the mouse is brought over it?





in NS you can use css
but with IE you'll need jsCode:td:hover {background-image:url(img.gif) }
Code:onmouseover="this.style='background-image:url(img.gif)'"
LiveScript: Putting the "Live" Back into JavaScript
if live output_as_javascript else output_as_html end if
Bookmarks