Jump to content

Table rows refuse to highlight!


rockinaway

Recommended Posts

works for me

 

<table width=100%>
<tr onmouseover='this.style.background="yellow"; return true' onmouseout='this.style.background="#c3c3c3"; return true'>
<td>
cell 1
</td>
<td>
cell 2
</td>
<td>
cell 3
</td>
<td>
cell 4
</td>
<td>
cell 5
</td>
</tr>
</table>

see were ive put in background="#c3c3c3"; thts were the colour needs to go

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.