http://bbs.blueidea.com/thread-2930592-1-1.html 见26楼! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <mce:style type="text/css"><!-- *{padding:0;margin:0;} html,body{ _height:100%; _overflow:hidden; } #left{ position:fixed; _position:absolute; z-index:1000; width:50px; height:200px; background:#eee; left:0px; } #content{background:#ccc;_height:100%;_overflow:auto; position:relative; padding:0 50px; } --></mce:style><style type="text/css" mce_bogus="1">*{padding:0;margin:0;} html,body{ _height:100%; _overflow:hidden; } #left{ position:fixed; _position:absolute; z-index:1000; width:50px; height:200px; background:#eee; left:0px; } #content{background:#ccc;_height:100%;_overflow:auto; position:relative; padding:0 50px; }</style> </head> <body> <div id="left">fixed</div> <div id="content"> <mce:script language="javascript"><!-- for(i=0;i<100;i++){ document.write(i+"<br />"); } // --></mce:script> <div style="position:absolute; top:50px;right:10px;text-align:right;border:1px solid #aaa;"> 123<br /> 123<br />在ie6下,这里也可以正常表现出absolute的效果 </div> </div> </body> </html>