Brendan Grossman wrote:
> Just a quick question...
>
> Is it possible to colour a list's bullets and not the text? 
>
> I can get around it by using <span> or something within each <li>, but I was
> hoping I wouldn't need to...
>
> Cheers
> Brendan
Yes, I believe so. The ul will hold the second foreground color.
html,body{ background-color: #fff; color: #000;}
ul {background-color: #fff; color: fuchsia; }
Regards,
~davidLaakso
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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