Chris wrote:

> That defiantly worked, but I'm curious how I can introduce 
> the padding below each root item list. 

Chris,

Not a problem mate.

You can use the following rules:

#left UL {
        margin:0;
        padding:0;
        list-item-style:none;
}

#left UL LI {
        margin:0;
        padding-bottom:10px;
        list-style-type:none;
}

#left UL LI UL {
        margin:10px 0 0 10px;
        padding-bottom:10px;
        list-style-type:none;
}

#left UL LI UL LI {
        margin:0;
        padding:0 0 5px 0;
}

Having a CSS goal is great too but don't be in a rush. Many of the
problems occur because people don't spend long enough on the
fundamentals! The ones who do become the "Eric Meyers" I guess.

Hope this helps.

Kieron McIntyre
www.digbyswift.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to