document.write('
解析:
<div style="width:200px;height:500px;position:absolute;left:0;
top:0;background:#999999;"></div>
<div style="margin-left:200px;height:100%;background:#CCCCCC;
height:100px;font-size:14px;color:#000;"> 实现左侧规定宽 200,右

侧自适应宽度的布局 </div> 

');