点击收缩左边栏,右边100%显示(兼容ie6,ie8,firefox),在设计论坛或开发软件时会涉及到收缩左边栏,使右边100%显示。

收缩左边栏
点击收缩左边栏,右边100%显示(兼容ie6+,firefox)主要代码如下:
CSS代码:
html,body {margin:0; padding:0;height:100%;width:100%;border:none; }
.main {width:100%;height:100%;text-align:left;}
.main_left {width:180px;background:green;}
.main_right { height:100%;background:#f4be14;}
.picBox {background:#337ABB url(images/right.gif) no-repeat center center;
width:9px; }
.main_left,.picBox {float:left;height:100%; _margin-right:-3px; }
Html代码:
左边右边

你的网站改用CSS3了?
正在研究改版,这都给你发现了,谢谢支持