I know that one difference between display:none and visibility:hidden is 
that the former does not leave space in the layout where the code exists 
on the page, while the latter does. Are there other differences?

Using visibility:hidden I have hidden a whole string of links I need on
the page to use Lightbox 2's slideshow feature. It works as it should.  
But there is "white space" in the layout where the long list of links
appears in the code. If I use display:none instead, will Lightbox still
see this string of links? I'd like to eliminate the white space in the
layout.

In other words, is the only difference between the display and visibility 
properties that one leaves space in layout and the other doesn't?

Thanks, Jeff

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to