我试图把一个物品放在中心的选择位置。但它不起作用。我该怎么办?
<style type="text/css">
select
{
width: 400px;
text-align: center;
}
</style>
<asp:ListBox ID="lsb" runat="server" Width="250px">
<asp:ListItem Text="text" />
<asp:ListItem Text="text" />
<asp:ListItem Text="text" />
<asp:ListItem Text="text" />
<asp:ListItem Text="text" />
<asp:ListItem Text="text" />
</asp:ListBox>
答案 0 :(得分:1)
无法在项目中将样式应用为Internet Explorer上的选择。 可悲,但确实如此。