Revision: 23510
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 8, 2010 19:26 by browncardigan
Initial Code
<style type="text/css">
body { height:100%; overflow-y:auto; }
#fixie {
position:fixed;
top:0;
left:0;
}
* html #fixie { position:absolute; }
</style>
<!--[if lte IE 6]>
<style type="text/css">
/*<![CDATA[*/
html {overflow-x:auto; overflow-y:hidden;}
/*]]>*/
</style>
<![endif]-->
Initial URL
http://bettesmidler.com/code/2009-07-30.htm
Initial Description
Initial Title
position:fixed in IE 6 (without using 'expressions')
Initial Tags
css, ie6
Initial Language
HTML