Ted Drake wrote

>...
>I was asked to create a nested definition list with the nested dl's looking
like simple lines of text.
>...

Ted try the setup I have for my site map at

http://www.seowebsitepromotion.com/site_map.htm

The associated CSS is:

dl {
        font-size: .9em;
        padding: 0 0 .2em 0;
        margin: 0;
}

dt {
        float:left;
        line-height: 210%;
        width: 55%;
}

dd {
        background: #F6F6F6;
        border: #DDD 1px solid;
        margin: -.2em 1em .8em 50%;
        padding: .4em .6em .4em .6em;
        text-align: justify;
        height: 1%;
}

I believe it encompasses your needs: two columns, both compressible on page
contraction, DD associated with its TD.

HTH,

Mike Pepper
Accessible Web Developer
Internet SEO and Marketing Analyst
http://www.seowebsitepromotion.com

Administrator
Guild of Accessible Web Designers
[EMAIL PROTECTED]
http://www.gawds.org

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