- 출처 : IE6에서 레이어 고정시키기 핵
* { margin:0; padding:0;} html { _overflow:hidden;} body{ _height:100%; _width:100%; _overflow:auto;} #content { width:580px; height:1000px; margin:20px; padding:10px; background:#eeeeee;} #aside { position:fixed; _position:absolute; _z-index:-1; left:650px; top:20px; width:100px; height:300px; padding:10px; background:#dddddd;}
<div id="aside"> <h2>Example</h2> </div>