Re: CSS3: Suggestion for another list-style-type

On Apr 1, 2010, at 10:01 AM, Brad Kemper wrote:

> LI {  list-style-type: circle; }
> LI::marker { content: "#";  /* this one overrides the circle */ }

I should add that even if you reverse the order of those two rules, the ::marker one would still win.

Received on Thursday, 1 April 2010 17:10:48 UTC