J
Jim
How can I use JavaScript to change a background image in a table cell?
Here's the code for the cell
<td width="338" valign="top" background="../images/
LEC_Q1.jpg"><div align="right"></div></td>
You can see that the background is set to the image LEC_Q1.jpg. I
want to change the image LEC_Q1.jpg to LEC_Q1_faded.jpg after a user
clicks a button and the only way I can figure out to do it is by using
JavaScript somehow.
Here's the code for the cell
<td width="338" valign="top" background="../images/
LEC_Q1.jpg"><div align="right"></div></td>
You can see that the background is set to the image LEC_Q1.jpg. I
want to change the image LEC_Q1.jpg to LEC_Q1_faded.jpg after a user
clicks a button and the only way I can figure out to do it is by using
JavaScript somehow.