Friday, March 16, 2012

on mouse over

Hi

Is there any way of changing an htmltable cell's background colour when the mouse moves over it. The cell will be created dynamically.

Would it work if i use css?<code>
HtmlTableCell newCell = new HtmlTableCell();
newCell.Attributes.Add("onmouseover", "[CHANGE BGCOLOR HERE CODE]");

0 comments:

Post a Comment