[Javascript] Re: How do I get a DIV to be visible in Netscape

FERON Matthieu FERONMA at cic-i.com
Tue Mar 5 02:03:35 CST 2002


sorry lewis but I use visible and hidden with NS and it works ! :-)

-----Message d'origine-----
De : Lewis Shadoff [mailto:lshadoff at brazosport.cc.tx.us]
Envoyé : lundi 4 mars 2002 20:08
À : javascript at LaTech.edu
Cc : lau at goldenweb.com.au
Objet : [Javascript] Re: How do I get a DIV to be visible in Netscape


At 12:01 PM 3/4/02, you wrote:
>How do I get a DIV to become visible in Netscape 4.# ?
>
>I'm trying the following but it doesn't work:
>
>onMouseOver="document.layers['divname'].style.visibility='visible';"

The visibility properties in NS4.x are 'show' and 'hide'

Everyone else uses 'visible' and 'hidden' which is the W3C standard
notation.

Lew


Lewis A. Shadoff, PhD
Brazosport College
Lake Jackson, TX


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020305/676542ad/attachment.htm>


More information about the Javascript mailing list