Hi,

So given that fact to get to the desired <a> I should use:
dl#contact dd.email a { margin: 0 0 -2em 0; border:1px solid black}

.......
<dd class="email"><a href="#">Chuck</a></dd>
   <dd class="email"><a href="#">Ramblin'</a></dd>
.........


On Mar 29, 2006, at 4:07 PM, Lea de Groot wrote:

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
******************************************************

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to