- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Sun, 4 Jun 2006 20:54:05 +0100 (BST)
- To: www-style@w3.org
> You wanted to see h4 elements, no? If so, I suggest:
>
> body * { display: none }
This will match all h4 elements, and has a higher specificity
than:
> h4 { display: block }
So, this should only show first level text nodes.
Received on Sunday, 4 June 2006 19:56:31 UTC