开发者

How to disable select box border in IE-6 browser

开发者 https://www.devze.com 2023-02-07 10:12 出处:网络
select { border:none; } <select> <otpion value=\'male\'>Male<开发者_如何学C/option>
select
{
border:none;
}

<select>
<otpion value='male'>Male<开发者_如何学C/option>
<otpion value='female'>Female</option>
</select>


Use the CSS property outline: none;

Although this is sometimes frowned upon as it can make your site difficult to use with the keyboard (when you use tab to shift through elements, no outline will appear).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号