开发者

How to disable select box border in IE-6 browser

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜