On 3/30/06, CK <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Hope I don't have cooties (an imaginary bug that as children, we
> would avoid the person with) :)
>
> The following rule has failed to reach the desired <a> in the following
> dl#contact dt#email dd a {border: 1px solid black}dt#contact is redundant. You don't need it because dt#email is like the highlander (there can only be one). dd a aren't children of dt#email. > > <h1>Contact us</h1> > <dl id="contact"> > <dt id="tech">Tech Support Issues:</dt> > <dd><a href="./support.html" title="Link To Support > Page">Support Options</a></dd> > <dt id="email">Email:</dt> > <dd><a href="#">Chuck</a></dd> > <dd><a href="#">Ramblin'</a></dd> > <dt id="tele">Telephone:</dt> > <dd>Call Tacticalware:</dd> > <dt id="snail">Snail Mail:</dt> > <dd><address>Tacticalware Computer</address></dd> > </dl> > -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
