- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sun, 04 Jun 2006 18:37:18 +0200
- To: Alexander Christiaan Jacob <ego@acjs.net>
- Cc: www-style@w3.org
* Alexander Christiaan Jacob wrote:
>The following would do the trick:
>
>:not(h4) { display: none }
It would not, since that matches <html> and <body> elements and other
ancestors of the h4 element and if they are display:none, there is no
way to display the h4 elements.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Sunday, 4 June 2006 16:37:28 UTC