我在學習css,我很想知道爲什麼我們設置的位置:相對我們甚至沒有設置具體的位置,比如left: 20px
,top: 10px
。下面是一個CSS代碼的例子。爲什麼設置位置:相對位置不變?
#home #header {
position: relative;
width: 822px;
height: 152px;
margin: 0 19px;
padding: 0;
overflow: hidden;
}
#header {
position: relative;
width: 822px;
height: 152px;
margin: 0 19px;
padding: 0;
overflow: hidden;
background: url(img/bg-content-wrap-top-int.png) no-repeat center bottom;
}
+1好收集:)。 – kapa 2011-05-05 06:36:09