View Source
css-fix-msie6.css
- /* This style sheet validates as CSS3. */
- /* See <http://www.ronin-group.org/TRG_colophon.html> */
- /* for more information. */
- /* */
- /* LOADS BY: conditional comment. */
- /* FUNCTION: fixes display issues in IE6. */
- /* */
- /* The star HTML hacks are retained in case the styles */
- /* are moved to a non-IE6-specific style sheet. */
- /* */
- /* make fixed sidebar menu work in IE6 */
- * html { overflow:hidden; }
- * html body { height:100%; overflow:hidden; }
- * html #content_wrapper { position:relative; height:100%; }
- * html #fixed_sidebar_wrapper { position:absolute; }
- /* re-style hover notes */
- * html .note a:hover span { position:absolute; }
- * html #content_wrapper { position:static; }
- * html .note a:hover span { height:7em; }
Parsed in 0.033 seconds


