摘要:CSS两列布局,右侧固定,左侧自适应宽度 <div style="width:90%; margin:0 auto; overflow:auto; _display:inline-block;"> <div style="width:200px; float:right; background:#090">这是右侧的内容</div> <div style=" margin-right:210px; background:#F33">这是左侧的内容,自适应宽度</div> &l
阅读全文
posted @ 2012-09-01 22:59