- From: Sjoerd Visscher <sjoerd@heeten.nl>
- Date: Wed, 22 Sep 1999 00:02:57 +0200
- To: "Chris Lilley" <chris@w3.org>, "gordon" <gordon@quartz.gly.fsu.edu>
- Cc: "'www-style'" <www-style@w3.org>
> html > head {display: none } > html > body {display: block } This should be html head {display: none } html body {display: block } Only the head and nody CHILDREN of the HTML tag have this rule. These rules should not apply to head or body tags deeper in the tree. Sjoerd Visscher
Received on Tuesday, 21 September 1999 18:05:27 UTC