IE Select 文本居中对齐

IE Select text align center

我正在尝试将一个项目放在 Ie 中心的 select 处。但它不起作用。我该怎么做?

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

无法在 Internet Explorer 上将项目中的样式应用为 select。 悲伤,但事实如此。