尝试使用其他颜色围绕1或2个PX突出显示一个下拉
我试过
<style>
select:focus {
background: yellow
}
</Style>
btn_click{
ddlresult.focus();
}
谢谢
答案 0 :(得分:0)
您可以为DropDownList指定一个特定的类,然后使用CSS为其设置样式。
window
现在,当您将焦点悬停或设置焦点时,边框将变为黄色。透明边框用于防止元素在悬停时“跳跃”,因为边框会被添加。