Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseOver on row
Message
From
08/05/2006 16:11:23
 
 
To
08/05/2006 15:58:58
General information
Forum:
Internet
Category:
Stylesheet
Miscellaneous
Thread ID:
01120150
Message ID:
01120156
Views:
16
The TR syntax support the this.className so I use this:
<TR onMouseOver="this.className='MouseOver'" onMouseOut="this.className='MouseOverOut'">
Then, the stylesheet has this:
TR.MouseOver
{
   Background-Color: #EFEEC9;
}

TR.MouseOverOut
{
   Background-Color: #D7DBCE;
}
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform