> > Has styling of bullets moved on and can it be done by some simple
> css?

As Tim Arnold has pointed out, the answer is sort of, but not really.


In the CSS3 Lists modules (in working draft status) there is a
::marker pseudo element, which would allow this, but so far, there are
no browsers that have implemented it, so we just have to sit tight and
wait patiently.

But it would work like this:

li::marker {
  color: lime;
}

---Tim

______________________________________________________________________
css-discuss [css-d@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/

Reply via email to