You are here: irt.org | FAQ | JavaScript | Table | Q1317 [ previous next ]
In Netscape Navigator the whole table would have to be re-written:
In Internet Explorer we can get away with:
<table> <tr> <td id="td1" background="image1.jpg"> <a href="#" onMouseOver="document.all.td1.background = 'image2.jpg'" onMouseOut="document.all.td1.background = 'image1.jpg'">text link</a> </td> </tr> </table>