Re: css selectors

On Mon, 8 Jul 2002, Boris Zbarsky wrote:

>blockquote > p:before {content: open-quote;}
>blockquote > p:last-of-type:after {content: close-quote;}

That won't do the trick. How about

<blockquote>
<p>thing
</p>
<p>thing2
</p>
<table>
<!-- [...] -->
</table>
<p>
</p>
</blockquote>

?

Sampo Syreeni, aka decoy - mailto:decoy@iki.fi, tel:+358-50-5756111
student/math+cs/helsinki university, http://www.iki.fi/~decoy/front
openpgp: 050985C2/025E D175 ABE5 027C 9494 EEB0 E090 8BA9 0509 85C2

Received on Monday, 8 July 2002 16:18:47 UTC