最新回答 / ZJF_HUGO
<!Doctype html><html><head>? ? <meta charset="utf-8">? ? <title>task練習(xí)</title>? ? <style type="text/css">? ? *{margin: 0 ;padding: 0;}? ? #wrap{border: 1px solid #999;width: 700px; margin: 0 auto ;background: gray...
2017-01-10
最新回答 / mabcm
#wrap {background:#00C;margin:0 auto;width:960px;}#header {background:#FF3300;width:100%;}#mainbody { background:#FC0; width:100%; overflow:hidden; height:500px;}.left {width:800px;height:200px;background:#000;float: left;}.right {width:140px;height:500px...
2017-01-10
最新回答 / 慕哥0081037
我知道了 content樣式要放在profile樣式的前面.content{background:#eff9f9;padding:48px 15px 15px;border:#F00 1px solid;}.profile{background:url(images/t_profile.gif) no-repeat #eff9f9;}
2017-01-07
最贊回答 / Jacksion
#left寬度110px,#mid寬度650px 左邊距123px 相加共883px。外部容器#wrap寬度970px。最關(guān)鍵的地方由于#right沒有設(shè)置寬度,并且擁有float:right;寬度會根據(jù)內(nèi)容自動伸展。所以解決方法:使#left寬度110px+#mid寬度650px+左邊距123px+#right寬度?<= ?#wrap寬度為#right設(shè)置寬度刪減#right設(shè)置寬度
2016-12-29