Well, yeah - although CKs' original post didn't make that clear. Move
the id='email' from the <dt> to the desired <dd> - and if more than one
of them needs the border, make it a class instead...
N
___________________________
Omnivision. Websight.
http://www.omnivision.com.au/
On 30 Mar 2006, at 10:22 AM, Richard Czeiger wrote:
Won't this then hit all the <a>s in side all the <dd>s instead of just
Chuck's ?
R
----- Original Message ----- From: "Nick Gleitzman"
<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, March 30, 2006 12:16 PM
Subject: Re: [WSG] getting an "a"
On 30 Mar 2006, at 10:01 AM, CK wrote:
dl#contact dt#email dd a {border: 1px solid black}
<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>
<dd> is not a child of dt#email - it's a child of dl#contact. Remove
dt#email from your rule.
N
___________________________
Omnivision. Websight.
http://www.omnivision.com.au/
******************************************************
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
******************************************************