请问在圣杯布局中,设置left时,margin-left:-100%,这个100%是相对于什么元素?我看有说是center的,我想用准确的px来代替100%,经过尝试发现得到的数值很奇怪。感谢解惑!
.container #left {
width: 200px;
margin-left: -100%;
position: relative;
right: 200px;
background: red;
}