- From: Sue Jordan <sjacct@worldnet.att.net>
- Date: Sun, 03 May 1998 13:37:47 -0400
- To: "'W3C Style List'" <www-style@w3.org>
http://www.w3.org/TR/PR-CSS2/visufx.html#propdef-visibility
The example has these embedded declarations:
<STYLE type="text/css">
<!--
#container1 { position: absolute; top: 2in; left: 2in; width:
2in}
#container2 { position: absolute; top: 2in; left: 2in; width:
2in;
visibility: hidden; }
-->
</STYLE>
Bur the note at the bottom of the example is wrong, since the
containers are both absolutely positioned:
"Note that the 'position' property of each DIV element has the value
'relative'."
--
Sue Jordan
No sense being pessimistic. It wouldn't work anyway.
Received on Sunday, 3 May 1998 13:37:08 UTC