Thread: CSS
View Single Post
Old 01-03-2005, 06:56 AM   #13
LennonCook
Jack Burton
 

Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 37
Posts: 5,452
Now that's better [img]smile.gif[/img] . You still need a DOCTYPE, though.
Now, those class attributes on your links are obsolete. To style them, use pseudo-classes. a has four pseudoclasses:
code:
a:link
a:visited
a:active
a:hover
[/QUOTE]Note that you need to put them in that order in your CSS, or some won't work.

[ 01-03-2005, 06:57 AM: Message edited by: LennonCook ]
LennonCook is offline