susi: listen bullet abstand?

ich habe ein problem mit meinen listen ...

[CSS]
li.admin
{
 list-style:none;
 list-style-image:url("../../img/layout/admin_btn.gif");
 list-style-position: inside;
 vertical-align:middle;
 padding:0px 0px 0px 0px;
 margin:5px 0px 0px 0px;
}
a.admin_link
{
 text-decoration: none;
 font-size: 11px;
 font-weight:bold;
 vertical-align:top;
 background-color:green;
 text-transform:uppercase;
 padding:0px 0px 0px 5px;
 margin:0px 0px 0px 0px;
}
[HTML]
<li class="admin">
<a href="url" class="admin_link">
TEXT
</a>
</li>

wenn ich mir nun diese beiden ergebnisse ansehe ...
im IE ist der anchor direkt neben dem bullet!
im FF hab ich zwischen text und bullet einen abstand von 10-15px. warum?
hat jemand eine antwort wie man von diesem default abstand weg kommt?

lg, susi

  1. Hi,

    im IE ist der anchor direkt neben dem bullet!
    im FF hab ich zwischen text und bullet einen abstand von 10-15px. warum?

    aus http://www.w3.org/TR/CSS21/generate.html#q10:

    """
    The list properties describe basic visual formatting of lists: they allow style sheets to specify the marker type (image, glyph, or number), and the marker position with respect to the principal box (outside it or within it before content). They do not allow authors to specify distinct style (colors, fonts, alignment, etc.) for the list marker or adjust its position with respect to the principal box; these may be derived from the principal box.
    """

    hat jemand eine antwort wie man von diesem default abstand weg kommt?

    "They do not allow." Solange Du also beim list-style-image bleibst, ist es nicht möglich.

    Cheatah

    --
    X-Self-Code: sh:( fo:} ch:~ rl:° br:> n4:& ie:% mo:) va:) de:] zu:) fl:{ ss:) ls:~ js:|
    X-Self-Code-Url: http://emmanuel.dammerer.at/selfcode.html
    X-Will-Answer-Email: No
    X-Please-Search-Archive-First: Absolutely Yes