Cross-list answer... :-)
You have the class on the anchor itself - *not* the anchor inside an
element with the class.
Also I miss the :link pseudo-class.
You should write...
a.shoplogo:link, a.shoplogo:visited {
stuff
}
a.pagelink:link, a.pagelink:visited {
stuff
}
...etc.
<http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes>
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************