CSS conundrum
CSS conundrum
Out of context: Reply #10
- Started
- Last post
- 17 Responses
- ********0
for me this order always works best..
#element a:visited,
#element a#element a:hover,
#element a:activeor with classes:
.class a:visited,
.class a.class a:hover,
.class a:active