已采纳回答 / Csunnnnn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-...
2016-03-29
.top{width:100%;height:50px; background:#999;}
.main{width:100%;height:600px;position:relative;}
.left{ width:200px;height:600px;position:absolute;left:0;top:0;background:#444;}
.right{height:600px;margin-left:200px;background:#333;}
.foot{width:100%;height:50px; background:red;}
.main{width:100%;height:600px;position:relative;}
.left{ width:200px;height:600px;position:absolute;left:0;top:0;background:#444;}
.right{height:600px;margin-left:200px;background:#333;}
.foot{width:100%;height:50px; background:red;}
div {width:400px; height:400px; background:#f11; position:absolute; top:50%; left:50%; margin-left:-200px; margin-top:-200px; } 大家试试这个绝对定位居中
2016-03-24