MEM wrote:
> Hello all,
>
>
> http://www.nuvemk.com/formacao_lx/outros/ul_li_tests.html - the css styles
> are inside.
>
>
>
>               5)
>               The question that make all those be here: "how can I 
>               put a background on the navigation, that goes beyond 
>               the right border height? 
>               Since we can have no padding nor line-height, should 
>               we apply the background color to a parent element? 
>               Which one?
>               
>               Let's imagine that the background color should start 
>               on the top ---- and end on the bottom ---- : 
>               ---------  ---------
>               | item1 |  | item2 |
>               ---------  ---------
>
>
>
> Please help me solve this maze,
> Márcio
>
>   



Does this do what you after?
padding: 20px 0.5em; background: #eee;

<aside>
-- beware the IE em font-scaling bug
-- since helvetica is in the font-stack why are you feeding Macs arial?
</aside>
Best,
~d

-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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