Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MouseOver on row
Message
De
08/05/2006 16:11:23
 
 
À
08/05/2006 15:58:58
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Divers
Thread ID:
01120150
Message ID:
01120156
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform