关于三列布局
使main水平居中在浏览器中央,并且与左右div有10px的间距
.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;}
为什么要写margin:0 310px 0 210px; 呢,不太懂,求高手指教