View Single Post
04-22-2008, 08:32 PM
#8
Gurnk is offline Gurnk
Status: Member
Join date: May 2007
Location: US
Expertise:
Software:
 
Posts: 380
iTrader: 12 / 100%
 

Gurnk is on a distinguished road

Send a message via AIM to Gurnk Send a message via MSN to Gurnk

  Old

You need to do it like

a.red:link, a.red:active, a.red:visited { // attributes }
a.red:hover { // attributes }

Then your HTML would be

<a href="#" class="red">Link</a>