[thelist] Changing Link Colors In Site

Lonnie.Kraemer lwkraemer at directvinternet.com
Wed Oct 16 17:00:01 CDT 2002


> If I have a table layout with 3 columns and want my link colors to be
a
> certain color in one column and a different color in the other two,
how and
> where do I specify them?

Your best bet will be to assign classes to the respective TDs and
pseudo-class selectors.

td.column1 a:link {}
td.column1 a:visited {}
td.column1 a:hover {}
td.column1 a:active {}

td.column2 a:link {}
td.column2 a:visited {}
td.column2 a:hover {}
td.column2 a:active {}

etc.

--
Lonnie Kraemer
-----------------------------------------




More information about the thelist mailing list