On Jul 8, 2009, at 1:21 PM, Bob Rosenberg wrote:

> At 23:30 -0400 on 07/07/2009, Stephen Tang wrote about Re: [css-d]
> List bullet sizes:
>
>> On Tue, Jul 7, 2009 at 6:34 PM, Daniel Navarro<webpe...@gmail.com>  
>> wrote:
>>> Hi,
>>>
>>>       li {
>>>         list-style-type: none;  /* remove default bullets */
>>>       }
>>>
>>>       li:before {
>>>         content: "\2022"; /* hex codification &bull;  */
>>>         color: blue;
>>>         margin-right: 0.3em;
>>>       }
>>>
>>> (this doesn't work in IE6)
>
> Broken IE6 strikes again. Since this is IMO the correct solution/way
> to insure the correct bullet gets used, why not use it and use a
> conditional statement to tell IE6 to just do its own thing by not
> doing these overrides.

Note that the code above won't work in IE 7 either... IE only supports  
generated content (:before/:after) starting with IE 8.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to