Klaus Hartl schrieb:
> Karl, for some nicer degradation you could use the first-letter
> pseudo-element selector:
>
> p:first-letter {
> font: 2.5em/80% serif;
>
You'll need that selector:
p:first-child:first-letter { ... }
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
