Another small CSS2 Error

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