list indentation

admin

Administrator
Staff member
hi,
i have this css code:

ul{
margin:0px;
}

in ie it works fine but in mozzila/firefox the list is indented.
how do I solve this problem?Use "padding-left: 0px;".

Adamd'oh, o so simple!
thanks!
 
Back
Top