Topic: Problem with standard linkcolor in CSS |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Switzerland |
posted 06-12-2002 10:03
hi there code: a:active
|
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-12-2002 11:53 |
Bipolar (III) Inmate From: |
posted 06-12-2002 11:56
I think it's because you have a.link instead of a:link defined in the stylesheet |
Maniac (V) Inmate From: Switzerland |
posted 06-12-2002 13:17
hi code: a:link worked |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-12-2002 14:47
Added to FAQ: |
Maniac (V) Inmate From: there...no..there..... |
posted 06-12-2002 15:18
Just to add one more thing, you could shorten this a little bit if you wanted. (You probably know this but in any case) code: a:active
code: a:active {
|
Maniac (V) Inmate From: under the bed |
posted 06-12-2002 15:36 |
Maniac (V) Inmate From: Switzerland |
posted 06-12-2002 15:37
very great infos, DL and Cprompt... |
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-12-2002 16:10 |
Maniac (V) Inmate From: there...no..there..... |
posted 06-12-2002 16:36
cool, we got it down from for long lines to 3 short ones. |
Maniac (V) Inmate From: Switzerland |
posted 06-12-2002 19:24
yes of course...hihi |