当前位置:编程学习 > C#/ASP.NET >>

DropDownList 控件css属性ie7和ie6的兼容问题

             <asp:DropDownList ID="dx" runat="server" Style=" vertical-align:middle; position: relative; width:100px; right:-7px; height:30px;border-style:solid; border-width:3px; border-color:#EE4000;">
                             <asp:ListItem Value="搜索商家">搜索商家</asp:ListItem>
                             <asp:ListItem Value="搜索商品">搜索商品</asp:ListItem>
                         </asp:DropDownList>


这个里面在ie7和ie6里面他的边框宽度还有边框的颜色都没有显示出来,应该怎么解决下?没分了,求高手 --------------------编程问答-------------------- IE7,IE6下的宽度与IE8不同,需要调整 --------------------编程问答-------------------- css代码 --------------------编程问答-------------------- vertical-align:middle; position: relative; width:100px; right:-7px; height:30px;border-style:solid; border-width:3px; border-color:#EE4000;
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,