Is there a way to set the color of bullets in a CSS list (ie.
<ul> or <ol>)? I seem to remember there being a way to do this, but I've tried list-style:, list-style-type:, etc. and none of those seem to have a color attribute.
We Rock Your Web Forum » Markup Languages » CSS
CSS List Bullet Color
(2 posts)-
Posted 11 months ago #
-
Posted 11 months ago
-
Simple set the color for the list element, you don't need a specific attribute:
ul { color: #fff }Posted 11 months ago #