Mit der Angabe "list-style-type" können Sie festlegen, wie das Aufzählungszeichen dargestellt werden soll.
<ul style="list-style-type: disc">
<li>eine nicht nummerierte Liste</li>
<li>mit der Formatierung</li>
<li>disc</li>
</ul>
<ul style="list-style-type: circle">
<li>noch eine nicht nummerierte</li>
<li>Liste, diesmal jedoch mit</li>
<li>circle formatiert</li>
</ul>
<ol style="list-style-type: upper-roman">
<li>Dies ist eine nummerierte Liste</li>
<li>welche romanische Großnuchstaben</li>
<li>für die Aufzählung nutzt</li>
</ol>
<ol style="list-style-type: decimal-leading-zero">
<li>Diese Liste nutzt</li>
<li>Zahlen für die Aufzählung</li>
<li>welche mit führender 0 ausgegeben werden</li>
</oL>
so sieht es aus, wenn es von Ihrem aktuellen Browser unterstützt wird
CSS Version | CSS 1 |
Startwert | disc |
Vererbar | ja |
Anwendbar auf | Listen - <ul>, <ol>, sowie mit "display: list-item" formatierte Elemente |
Medium | visual |
mögliche Werte |
|
Anmerkungen |
5+ | 5 | 6/7 | 7.5+ | 4 | 6+ | 1+ | 0.8+ | 1+ | 3.1+ | 2+ | |
none, disc, square, circle, decimal, lower-roman, upper-roman |
J | J | J | J | J | J | J | J | J | J | J |
lower-greek | N | N | J | J | N | J | J | J | J | J | J |
georgian, armenian, decimal-leading-zero | N | N | N | J | N | J | J | J | J | J | J |