[thelist] "display: none" in conforming browsers

Seth Fitzsimmons seth at note.amherst.edu
Mon Dec 16 10:34:22 CST 2002


You could try:

position: absolute;
visibility: hidden;

Not sure if it works in Opera, though if display: none does, I imagine
that it works.

If you need to override it later and want it to act normally, use this:
position: static;
visibility: visible;

seth

Stephen Caudill wrote:
> is there any way to simulate the effect of "display:none" in Netscape and Opera using CSS?
>
> tia,
> Stephen





More information about the thelist mailing list