OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
display: none; - how do i hide stuff from NS4?
This page's ID:
10814
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
NN4: document.layers['layerId'].visibility = "hide" or "show" IE4: document.all['layerId'].style.visibility = "hidden" or "visible" DOM: document.getElementById("layerId").style.visibility = "hidden" or "visible" I'd stay away from display : none because display is used for the display type not really weather you want to display it or not (like display:block or display:inline), I don't know how widely supported it is.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »