Click to See Complete Forum and Search --> : How Can I make this? (<TR onmouseover!>


Devil Akuma
November 23rd, 2004, 06:18 AM
Well, I'm trying to pass a web to a ASP.NET (with vb)
I the older, there's tables with code like that


<TABLE>
<TR onmouseover="this.classname='shadow'" onmouseout="'this.classname=''">
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
</TABLE>


I've to make something similar to this... I want that when i pass whit the mouse over any cell, all cell's files change its class.

Sorry about my english ;)

Thans a lot