开发者

align Mvc3 Drop down list values center

开发者 https://www.devze.com 2023-03-22 19:57 出处:网络
I have this my view @Html.DropDownListFor(model => model.StateCode, Model.StateList, \"Select\", new { @style = \"text-align : center\" 开发者_如何学C})

I have this my view

 @Html.DropDownListFor(model => model.StateCode, Model.StateList, "Select", new { @style = "text-align : center" 开发者_如何学C})

All the state abbreviations in the Drop Down List are aligning left. What should do to align them center?

@Jason Evans I don't think it is browser specific because I used this in the same view and it is aligning center. @Html.TextBoxFor(model => model.City, new { @class = "", @style = "width:140px;text-align:center"})


It looks like this functionality may be browser specific:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号