Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link style inside a table
Message
From
01/03/2012 11:37:26
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
Link style inside a table
Miscellaneous
Thread ID:
01536958
Message ID:
01536958
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform