David Laakso wrote: 
> /My opinion requires a shovel./
> 
> Take the shovel to the woods. Dig a very deep hole. Bury Verdana in
it.
> Forever.
> And reset to:
> 
>  #navcontainer ul li a
> {  /*font-family:Verdana;
> /* font-size:0.6em;*/
> font: 0.9em "Helvetica Neue", Arial, sans-serif;
> }
> 

Heh, best not make it a shallow grave then!

MEM wrote:
> > #navcontainer ul li
> > {
> > display: inline;
> > float:left; <-------- :: try ::
> > }
> 
> That works, but the the padding-bottom space applied on the ul here:
> 
> #navcontainer ul
>       {
>         ...
>         padding-bottom:1em;
>         ...
>       }
> 
> disappears.
> 
> If, however, I remove it, the image stays also floated.
> 
> To correct this, I have added a clear:left; property on the div that
olds
> the image.

With respect to this and your request for modifications/improvements, I
would remove the following:

.destaque {
        clear:left;
}

And add overflow: hidden to #navcontainer ul. That will give you the
same clearing and you should see the padding you have on the UL come
back.

HTH
Mark
______________________________________________________________________
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