我目前有麻煩擺脫白色條子的...如何擺脫DIV之間的白色棉條?
下面是一個例子頁:http://m.stackoverflow.quickmediasolutions.com/view_question.php?id=97969&site=serverfault
正如你所看到的,答案具有的頂部之間塞入白色條子'按鈕'和內容。
下面是一些相關的代碼:
<!-- this is the top of the 'button' -->
<div class='top'></div>
<!-- right here is where the space is -->
<div class='content'></div>
.top {
height: 5px;
}
.content {
display: block;
padding-left: 10px;
}
編輯:這個問題已經得到解決,我會接受下面不久的答案。
你或許應該把定義
margin:0px;
這在http://doctype.com/ – 2010-05-29 20:10:29