Abstandsproblem

Status
Nicht offen für weitere Antworten.
G

GreenThunder

Hallo,

tut mir leid, dass ich auch mit einem Firefox <-> IE Problem nerven muss, aber ich durchsuche seit 3 Stunden das Internet und das Forum auf Tipps, die mir helfen, aber ich krieg es einfach nicht hin.
Zum Problem:

Wie im Anhang zu sehen ist, ist der Text (Aktuell) im IE zu weit entfernt vom Punkt. Es sollte so sein wie im FF.

HTML-Quellcode
PHP:
<ul class="content">
<li class="neuigkeit">Aktuell</li>
</ul>

CSS-Quellcode
PHP:
ul.content
{
list-style-type:none;
list-style-position:inside;
margin:10px;
padding:0px;
border-bottom:1px solid #000066;
}

li.neuigkeit
{
padding-left:15px;
padding-top: 0px;
list-style-type:none;
background-image: url(bilder/arrow.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}

Danke für Tipps!
 

Anhänge

  • 26305attachment.jpg
    26305attachment.jpg
    39,8 KB · Aufrufe: 6
Status
Nicht offen für weitere Antworten.
Zurück