---------- Original Message -------------
From: Razvan Pop <[EMAIL PROTECTED]>
<...>
>It is a h2. It has margin-top
>
>The menu above is a list. The ul has margin-bottom: 50px;
>
>Works in IE and Opera. In Firefox there is no space between "Articole" 
>and the menu above.
>
>Any ideas?

Hi,

You have floated your <li> elements to the left and thus your <ul> is empty.
Browser tries to position heading in the first available place, and that is just below 
floated <li>s. Remove    float:left from your #stanga ul li css rules. And then you 
will have to adjust bottom margin for the ul itself. That's it.

Regards,
Rimanas
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

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