我有以下幾點:我怎樣才能讓我的DIV下方出現相互
<div style="float: left; padding-right: 1%;">
<label class="editor-label" for="BrowserTitle">Browser Title</label>
<input class="editor-field" id="BrowserTitle" name="Question.BrowserTitle" size="30" type="text" value="Test title" />
</div>
我想使輸入字段出現在標籤下面。現在它只是在同一行上的標籤之後。有沒有辦法,我可以用CSS來做到這一點?
使用'顯示:block'上''