在三列布局中,已知三列的宽和高,如何确定margin的上右下左的边距
如题:例如如下代码:
div{ line-height:50px}
.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; top:0; right:0; background:#FCC;}
是如何确定margin的值的? 或者说为什么要将margin的值设置为如上几个值.margin:0 310px 0 210px
本人新手。谢谢各位的回复。拜谢