Have a look at -
It works in IE and Chrome but not in firefox 4 does anyone know why ? I found something similar but could not figure out how to get it to work ? Thanks for your help !
|
Have a look at - It works in IE and Chrome but not in firefox 4 does anyone know why ? I found something similar but could not figure out how to get it to work ? Thanks for your help !
| ||||
|
feedback
|
|
This has to do with the fact that list-item counters are not actually CSS counters in Gecko, mostly. See https://bugzilla.mozilla.org/show_bug.cgi?id=4522 for details. To get it to work, you need to either use CSS counters or have an actual list element around. | |||
|
feedback
|
<li>instead of styling your own arbitrary<div>? On that note, I played around with a few things and couldn't get it to work on firefox 5 either... So I'm curious what the issue is, but I think you should just use<li>'s the way they were meant to be used. – nzifnab Oct 18 '11 at 20:52