大神幫幫忙
為什么我設置出來的背景顏色是白色的? .left{ width:200px; height:600px;position:absolute; background:#ccc; ?left:0; top:0} .main{ height:600px; background:#9CF;margin:0 310px 0 210px} .right{ height:600px; width:300px; position:absolute;right:0; top:0; background:#FCC;}
2016-06-18
.left{ width:200px; height:600px;background:#ccc;?position:absolute; ?left:0; top:0} .main{ height:600px; margin:0 310px 0 210px;background:#9CF;} .right{ height:600px; width:300px; position:absolute;right:0; top:0; background:#FCC;} 把背景色不要夾在設置位置的代碼中間,換一下試試看