|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
different link colors with css
I'd like to be able to make some links on my page one color and others a different color so they show up appropriately on different backgrounds. how would i go about doing this?
thanks |
|
#2
|
|||
|
|||
|
a.blue{background:blue;}
a.green{background:green;} <a href="foo.html" class=blue> <a href="bar.html" class=green> |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > different link colors with css |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|