:
100px;
background:
#00f;
height:
180px; }
.right {
position: absolute;
top:
0;
right:
0;
width:
150px;
background:
#0f0;
height:
200px;
margin-right: -
150px; }
.center {
position: absolute;
top:
0;
left:
0;
background:
#B373DA;
height:
150px;
min-width:
150px;
width:
100%; }
</style> </head> <body> <div class="wrap"> <div class="center"> center,可以自適應(yīng)瀏覽器寬度,高度固定。
</div> <div class="left">left,寬度高度固定
</div> <div class="right">right,寬度高度固定
</div> </div> </body 8/10 首頁(yè) 上一頁(yè) 6 7 8 9 10 下一頁(yè) 尾頁(yè)