首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

左首固定 右侧自适应两栏布局

2012-09-07 
左侧固定 右侧自适应两栏布局!DOCTYPE htmlhtmlheadstylediv{height:300px}#demo1{padding-left:

左侧固定 右侧自适应两栏布局

<!DOCTYPE html><html><head><style>div{height:300px;}#demo1{padding-left:300px;background-color:black;}#fix-demo1{margin-left:-300px;width:300px;background-color:red;float:left;_margin-left:-150px;}#auto-width1{width:100%;background-color:yellow;float:left;}</style></head><body><div id="demo1"><div id="fix-demo1">my width is fixed 300</div><div id="auto-width1">my width is auto</div></div></body></html>
?

热点排行