Liste - Problem mit Mozilla

Status
Nicht offen für weitere Antworten.

tanja

Mitglied
Hallo,

ich bitte um einen Tipp. Ich habe aine Liste mit CSS formatiert
ul {
margin-left: 0px;
}
li {
margin: 20px 0px 30px;
padding-left: 0px;
list-style-type: none;
}

Mit IE ist die Darstellung kein Problem, doch Mozilla nimmt diese Formatierung nicht.
Die Liste beginnt weit rechts.
Kennt jemand einen Trick&Tipp?
Danke im voraus
Tanja
 
Haloo...,
ich habe es bereits gefunden:
ul {
margin-left: 0px;
padding-left: 0px;
left: 0px;
clip: rect(auto auto auto 0px);
}

Tanja
 
Status
Nicht offen für weitere Antworten.
Zurück