gfx25
inherit
-4539437
0
Nov 29, 2024 5:19:27 GMT -8
gfx25
0
January 1970
GUEST
|
A:links
Jul 15, 2011 20:15:36 GMT -8
Post by gfx25 on Jul 15, 2011 20:15:36 GMT -8
What was the simple way in grouping A:links? a:link {text-decoration:none;} a:visited {text-decoration:none;} a:hover {text-decoration:underline;} a:active {text-decoration:underline;} I remember a more simple way in grouping them together but cant find it a:link, a:visited, a:hover,a:active {text-decoration:underline;}
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
A:links
Jul 16, 2011 15:01:16 GMT -8
Post by Charles Stover on Jul 16, 2011 15:01:16 GMT -8
a { text-decoration : underline; }
The one you specify exactly:
a { text-decoration : underline; } a:visited { text-decoration : none; }
|
|