Jul 27, 2001 #1 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
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 Jul 27, 2001 635 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 Jun 2, 2000 234 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