Hi Daniel, Thanks for this interesting idea, but I still need to support IE6. I also can't use a background image, because the list might be on the right side of a floated image, and I've already experienced problems with that.
I ended up calling an ie8.css file using an IE conditional statement and fiddling with the line-height and font-size a little to get it close enough. Thanks for your input. --Stephen 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 • */ > color: blue; > margin-right: 0.3em; > } > > (this doesn't work in IE6) > > or you may use background property to place an image. > > 2009/7/7 Stephen Tang <clowwizarder...@gmail.com>: >> Hi, >> I have a site that was using list-style-type: disc for a list bullet. >> The QA team noted that in IE8, the list bullets were smaller than in >> IE7 or Firefox. All three browsers were accessing the same CSS >> property: >> li {list-style-type: disc; font-size: 12px; line-height: 160%; } >> >> >From reading the CSS spec and some forums, is it correct that each >> browser has a different way of implementing the size of the bullet, so >> that there is no direct way to control is in CSS? I know the >> list-style-image property is available, but I have run into problems >> with vertical positioning of an image-based bullet (since >> list-style-position isn't precise). >> >> Thanks, >> Stephen >> ______________________________________________________________________ >> 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/ >> > ______________________________________________________________________ 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/