Hi,
Ich hab ne Ordererd list und hab Sie in meiner CSS so definiert:
Im Mozilla klappts und er zeigt mir die Bilder an. Aber der IE macht mal wieder Probleme.
Ich habs schon mit:
Hat alles nicht funktioniert. Kann mir jemand weiterhelfen?
Ich hab ne Ordererd list und hab Sie in meiner CSS so definiert:
PHP-Code:
ol{
list-style-image: url(pix/arr_right_grey.gif);
}
Ich habs schon mit:
PHP-Code:
ol{
list-style: url(pix/arr_right_grey.gif);
}
li{
list-style: url(pix/arr_right_grey.gif);
}
#auf der Seite
<style type="text/css">
ol{
list-style: url(pix/arr_right_grey.gif);
}
</style>
Kommentar