<snip>
> I have been trying for some time to get some distance
> between 
>
> ul
>   li
>   li
>     ul
>       li
>       li
>    /ul
>   li
>
> the last two li's and have had NO success. I have
> tried ever which way that I can think of and nothing
> happens.
>
>   
Hi,

I'm sure wiser minds than I will find a more elegant solution, but using
Firebug, this seemed to do the trick for me

change this:
nav li {
font-size:1em;
line-height:1.6em;
list-style-type:none;
padding:0pt .2em;     /* wrong order, gives 0.2em width to l/r instead
of top/bottom which is what you want.
padding: 0.2em 0;
}

I hope this helps...but was only a quick try.

Kind regards,
~Ray




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to