On Mon, 9 Jul 2007, Complex wrote:

> There's at least one thing I don't know how to do well with bulleted
> lists. I would like to make normal unordered (bulleted) lists using
> smaller bullets.

You're not the only one with the problem, and I'm afraid there's no one 
with a solution.

It's possible to set things up so that default bullets are suppressed and 
author-specified characters are presented instead using generated content 
(and :before pseudo-elements). The bad news is that on IE, even on IE 7, 
the first suggestion is obeyed and the second is not, resulting in a list 
with no bullets or other markers.

> • one
> • two
> • three
>
> I want to get bullets the size of the second example, but using a real
> bulleted list.

I'm afraid it's not possible. Well, you _could_ use <li>&bull; ...</li> 
with list-style-type: none, though that would result in double bullets 
when CSS is off.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to