Dylan Leblanc
04-27-2003, 07:25 AM
On my page I have a table
<table style="background-image: url('grid.png')">
...
</table>
How can I make a link that will change the background image of that table?
<a href="#" onClick="document.???=solid.png">
<table style="background-image: url('grid.png')">
...
</table>
How can I make a link that will change the background image of that table?
<a href="#" onClick="document.???=solid.png">