JPortal
02-16-2004, 11:31 AM
I haven't been able to get them to work. I basically just need to hide/show layers. None of this has worked so far:
document.all['element'].style.visibility = x
document.getElementById('element').style.visibility = x
I've gotten it to work in Opera, NS6 browsers and IE.
document.all['element'].style.visibility = x
document.getElementById('element').style.visibility = x
I've gotten it to work in Opera, NS6 browsers and IE.
