定义select的边框颜色
具体步骤: 1.用margin属性实现。先设置margin属性为-2,以隐藏select对象原来的边框,然后设置select对象的父对象的边框。 <spanstyle="border:1pxsolid#333333;width:80"> <selectstyle="margin:-2;width:84;background:#eeeeee"> <optionvalue="1">1</option> <o...