gpt4 book ai didi

css - 组合框 CSS 样式不适用于 IE7

转载 作者:行者123 更新时间:2023-11-28 13:46:51 25 4
gpt4 key购买 nike

我的网页有一个小问题。我有一个组合框,我已经为它编写了一个 CSS 类。除了在 IE7 中,它工作正常。谁能给我一个解决方案?

这是我的 CSS:

.textbox_short{
float:left;
width:150px;
padding:3px;
margin-left:10px;
/*margin-bottom:5px;*/
margin-top:5px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
border:1px solid #F90;
}

还有我的 HTML:

<select name="drop_country" class="textbox_short" id="drop_country">
</select>

最佳答案

IE<8 不会为 SELECT 元素提供填充和边框。尝试将 SELECT 包装在 DIV 或 SPAN 中,点击此链接

IE6/IE7 css border on select element

关于css - 组合框 CSS 样式不适用于 IE7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4677194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com