hi!
I have a table:
Now I want a series of <a>'s which I can click that change the bgcolor of this <td> cell above.
Any ideas how I go about this?
- FateFirst
I have a table:
Code:
<table>
<tr>
<td id="bkg01" bgcolor="#008000"><img src="./images/spacer" border="0"></td>
</tr>
<table>
Now I want a series of <a>'s which I can click that change the bgcolor of this <td> cell above.
Any ideas how I go about this?
- FateFirst