On Aug 22, 1:58 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Stephan Beal wrote: > > FYI: visibility:hidden is different than visibility:none. 'hidden', > > according to Eric Meyers' O'Reilly book, acts as if the element is ... > Do not mix up visibility and display properties. There is no value of > "none" for the visibility property. That is supposed to for display. > > http://www.w3.org/TR/CSS21/visufx.html#visibilityhttp://www.w3.org/TR/CSS21/visuren.html#display-prop
Doh, you're right. i confused visibility and display. My intention was to differentiate display:none vs visibility:hidden.