IE选择文本对齐中心

时间:2015-04-09 18:19:10

标签: css3 internet-explorer select center text-align

我试图把一个物品放在中心的选择位置。但它不起作用。我该怎么办?

<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>

1 个答案:

答案 0 :(得分:1)

无法在项目中将样式应用为Internet Explorer上的选择。 可悲,但确实如此。

相关问题