CK wrote:
dl#contact dt#email dd a {border: 1px solid black}
I know that one!
dd is a sibling of dt, not a child, so try:
dl#contact dd a {border: 1px solid black}
:)
Lea
--
Lea de Groot
Brisbane Australia
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
