Add 

[padding-left:0;] 

to [#notizie ul] get rid of that extra left spacing in FF.

/* 
It looks like you may eventually want to remove the list bullets as well.
If that's the case, add [list-style:none;].
*/

Put it all together and you have this:

#notizie ul {
   margin: 0 0 0 8px;
   padding-left:0;
   list-style:none;
}

Shawn

-----------------------------------------

Hi.

I have a problem with this simple code.
I see it differently on Ie than on Firefox.
Left-margin seems much higher on Firefox.
Help appreciated.

Thanks.

Michel.

______________________________________________________________________
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