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