Visibility
From Htmlpedia
Contents
CSS 2 property: visibility
Description of visibility's purpose goes here.
Property Values
The visibility accepts the following values:
- collapse
- hidden
- inherit
- visible
Example
![]() | <style type="text/css"> selector { visibility: value; } </style> ... <element attribute="foo">Contents</element> |
Browser Support
If you have tested support for visibility in any of the following browsers, please indicate its level of support using one of the following keywords:
- Full
- Partial
- Buggy
- None
If you indicate that support is "Partial" or "Buggy," please add further comments explaining what's missing or what doesn't work right.
- IE 3
- Support is Unknown
- IE 4
- Support is Unknown
- IE 5
- Support is Unknown
- IE 5.5
- Support is Unknown
- IE 6
- Partial (no support for collapse, hidden is buggy)
- IE 7
- Partial (no support for collapse, hidden is buggy)
- IE 8
- Full
- NS 3
- Support is Unknown
- NS 4
- Support is Unknown
- NS 4.5
- Support is Unknown
- NS 6
- Support is Unknown
- NS 7
- Support is Unknown
- NS 8
- Support is Unknown
- Firefox 1
- Support is Unknown
- Firefox 1.5
- Support is Unknown
- Firefox 2
- Support is Unknown
- Firefox 3
- Full
- Mozilla
- Support is Unknown
- Opera 6
- Support is Unknown
- Opera 7
- Support is Unknown
- Opera 8
- Support is Unknown
- Opera 9
- Buggy (doesn't work on Columns)
- Safari 3
- Buggy (doesn't work on Columns)
Tips and Tricks
If you know of any useful or uncommon tips or techniques using this property, please describe them here.
References
- W3C Specification: CSS Specification Level 2
- HTMLpedia: List of CSS Properties
- CSS, XHTML and JavaScript Explained: Grid of browser support by Estelle Weyl. Test your browser