Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1565 Is there a way to swap table cell background images from within onMouseEnter?

You are here: irt.org | FAQ | JavaScript | Table | Q1565 [ previous next ]

Only in Internet Explorer 4+ I believe, with something like:

<table>
<tr>
<td id="test">
<img onMouseOver="test.outerHTML="<td background="test.gif"></td>">
</td>
</tr>
</table>

Feedback on 'Q1565 Is there a way to swap table cell background images from within onMouseEnter?'

©2018 Martin Webb