#
January 19, 2013 at 10:09 am
Hi,
I’m looking for a way to disable CSS counter. For example, I place an OL counter in my #content, but then in one specific case, I don’t want it to count anything. I can set the :before content to nothing, of course. But is there a way to just say “counter:none” ?
2nd question.
If I have an OL counter, and I place a UL inside the OL, it does a little wonky thing because it counts the UL items, then the OL appears to have skipped over a bunch of numbers.
Here is a fiddle with the offensive LI marked in red: http://jsfiddle.net/rjqgz/2/
Is there a way to exclude the UL from the OL’s counter? Skip over it?
Thanks!