簡體   English   中英

垂直對齊文字和DropDownList

[英]Vertical alignment text and DropDownList

這是我的文字和DropDownList:

  <h3>this is test: @Html.DropDownList("File", new SelectList(ViewBag.Files), "Select...", new { style = "vertical-align:middle;" })</h3> 

在此處輸入圖片說明

我希望它變得對齊

<h3>this is test: @Html.DropDownList("File", new SelectList(ViewBag.Files), "Select...", new { style = "vertical-align:middle;"})</h3>

檢查此: http : //jsfiddle.net/cuK36/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM