<html>
<head>
<link rel="stylesheet" type="text/css" href="calendar.css">
</head>
<body>
<div class="textAreaWrapper">
<div class="textAreaWrapperPanel">
<h3 class='textblockheader'>Text Block Settings</h3>
</div>
</div>
</body>
</html>
這是我的HTML代碼中,下面是我的CSS代碼:爲什麼在CSS保證金不適合DIV正常工作
.textAreaWrapper{
border: 1px solid black;
background-color: white;
}
.textAreaWrapperPanel{
background-color : #093459;
color: white;
margin-top:0px;
}
.textblockheader{
font-family : "Helvetica Neue,Helvetica,Arial,sans-serif";
font-size: 16px;
font-weight : normal;
}
我預計會有我textAreaWrapperPanel
和textAreaWrapper
格之間沒有空格元素,但相反,它仍然有。但如果我將textblockheader
的保證金首頁更改爲0px
,它的工作,任何人都可以解釋爲什麼會發生這種情況?
你打我給它+1 – LOTUSMS
但爲什麼textAreaWrapperPanel的藍色似乎是應用到H3不僅是因爲我期望的是藍色應該覆蓋「頂部」部分,因爲它沒有邊距和填充 – dramasea
@dramasea您是否使用'overflow:auto;'爲您的'.textAreaWrapperPanel'嘗試過? –