Jul 27, 2001 #1 jimberger Programmer Joined Jul 5, 2001 Messages 222 Location 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
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
Jul 27, 2001 #2 mithrilhall Programmer Joined Jul 27, 2001 Messages 635 Location US I have seen people post that it is hide but this worked for me: document.all[layerName].style.visibility = "hidden"; Upvote 0 Downvote
I have seen people post that it is hide but this worked for me: document.all[layerName].style.visibility = "hidden";
Jul 27, 2001 #3 kristof Programmer Joined Jun 2, 2000 Messages 234 Location BE Hi all, Indeed, for IE it is visible/hidden for NS it is document.layers[layerName].visibility = "show"/"hide" Gtz, Kristof Gtz, Kristof Upvote 0 Downvote
Hi all, Indeed, for IE it is visible/hidden for NS it is document.layers[layerName].visibility = "show"/"hide" Gtz, Kristof Gtz, Kristof