Jukka K. Korpela wrote:
> 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.
Correct me if i'm wrong, but wouldn't something like this work:


li { font-size: .6em; line-height: 2em; }
li span {font-size: 1em; }


<ul>
    <li><span>Normal text, small bullet</span></li>
</ul>


Surely, it adds another (useless) tag, but solves the :after issue Jukka 
brings up.
______________________________________________________________________
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