Re: [css3-lists] Proposal: list item marker from the content of the li element

-------- Original-Nachricht --------
> Datum: Wed, 31 Mar 2010 09:56:40 +0200
> Von: "Markus Ernst" <derernst@gmx.ch>

> form ul li::marker, ul.cv li::marker {
>   content: from(first-element);
> }

Sorry, that is of course:

form ul li::marker, ul.cv li::marker {
  content: from(first-child);
}

-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser

Received on Wednesday, 31 March 2010 08:03:45 UTC