Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making div box invisible

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
GB
hi,

Is they anyway i can make a div box invisible in netscape, the command VISIBILITY:hidden works in IE but i need the identical command for netscape?

thanks

jimbob
 
I have seen people post that it is hide but this worked for me:
document.all[layerName].style.visibility = "hidden";
 
Hi all,

Indeed, for IE it is visible/hidden

for NS it is document.layers[layerName].visibility = "show"/"hide"

Gtz,

Kristof
Gtz,

Kristof
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top