Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Link style inside a table
Message
De
01/03/2012 11:37:26
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Titre:
Link style inside a table
Divers
Thread ID:
01536958
Message ID:
01536958
Vues:
56
I have a table which I use a style on. In that style, I would like to define the A HREF style as well. So, I do this:
TABLE.ToolbarTop A
{
   Color: #FFFFFF;
   Text-Decoration: None;
   Font-Weight: Bold;
}

TABLE.ToolbarTop A:hover
{
   Color: #DDDDDD;
   Text-Decoration: None;
}

TABLE.ToolbarTop A:visited
{
   Color: #FFFFFF;
   Text-Decoration: None;
}
However, the hover style does not work. What is the proper syntax to define this without having to specify a class in each of the A HREF I put in those cells?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform