2013-07-01 61 views
0

我添加了一個標題,並且還添加了一個段落,但每次嘗試添加內容時都不顯示。我嘗試了一個列表,一個段落和一個標題,他們都沒有工作。我不知道爲什麼!無法添加更多內容?

HTML

<div id="midwrap"><a class="headerone">Tag Helper</a> 
<p class="paragraph1tag">Select the coding in which you are using for the "Tag Helper".</p> 
<p class="paragraph1tag">Selesdgsdgdsgct the coding in which you are using for the "Tag Helper".</p> 
</div> 

CSS

#midwrap { 
    width: 70%; 
    height: 90%; 
    border-left: 1px solid #c4c4c4; 
    top: 10px; 
    position: relative; 
    overflow: hidden; 
    float: right; 
    clear: right; 
    margin-right: 7%; 
} 

.headerone { 
    color: #000000;; 
    font-size: 25px; 
    font-family: sans-serif; 
    position: relative; 
    margin-left: 15px; 
} 

.paragraph1 { 
    color: #000000;; 
    font-size: 14px; 
    font-family: sans-serif; 
    position: relative; 
    margin-left: 15px; 
} 

回答

3

#midwrap

刪除規則中的 overflow: hidden;