![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
Do I still need to define the anchor tag (a) when I define the following? |
|
div.Poll a:link, div.Poll a:visited { color: #424040; font: normal 1em/2 Georgia, Utopia, Palatino, 'Palatino Linotype', serif; text-decoration: underline; } |
|
I mean, do I need to do something like: div.Poll a {...} |
|
My assumption is that I use div.Poll a {...} to define all common styles to the anchor inside the div Poll and then the link, visited, hover, ... are defined only with the styles specific to them ... |
|
But isn't div.Poll a:link similar to div.Poll a ? |
#3
| |||
| |||
|
|
Hello, Do I still need to define the anchor tag (a) when I define the following? div.Poll a:link, div.Poll a:visited { color: #424040; font: normal 1em/2 Georgia, Utopia, Palatino, 'Palatino Linotype', serif; text-decoration: underline; } div.Poll a:hover, div.Poll a:active, div.Poll a:focus {text-decoration: none;} I mean, do I need to do something like: div.Poll a {...} |
![]() |
| Thread Tools | |
| Display Modes | |
| |