需要个人资料图片左侧

时间:2016-09-29 13:53:05

标签: html login-page

我想知道是否有人解决了我的问题我需要左边的图片,如下例所示它是顶部

http://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_login_form_modal

1 个答案:

答案 0 :(得分:0)

@Html.DropDownList("DropDown", new List<SelectListItem>
                                 { new SelectListItem { Text = "Banana", Value = "1", Selected=true},
                                   new SelectListItem { Text = "Apple", Value = "2"},
                                   new SelectListItem { Text = "Orange", Value = "3"}
                                   }, "Select Fruit")

将它放在.imgcontainer中,或者只是更改&#34; text-align:center&#34; to&#34; text-align:left&#34;