对齐Mvc3下拉列表值中心

时间:2011-07-22 16:59:55

标签: html asp.net-mvc-3 drop-down-menu center alignment

我有我的观点

 @Html.DropDownListFor(model => model.StateCode, Model.StateList, "Select", new { @style = "text-align : center" })

下拉列表中的所有州缩写都是左对齐。应该怎样做才能使它们居中?

@Jason Evans我不认为它是浏览器特定的,因为我在同一个视图中使用了它,它正在调整中心。 @ Html.TextBoxFor(model => model.City,new {@class ="",@ style =" width:140px; text-align:center"})

1 个答案:

答案 0 :(得分:0)

看起来此功能可能是浏览器特定的:

how to make sure select option text align in the center in IE?