http://jsfiddle.net/pixelfreak/Eq246/
注意白色三角形上的灰色边框.这只发生在FF 6 Windows上(我没有在旧的FF版本上测试)
有没有解决这个问题?它看起来像坏消息或其他东西.
解决方法
尝试一下这个:
border-style: outset;
编辑
看起来如果你把它放在4种边框样式中的一种上,你就可以使用白色以外的颜色,而不是让它们变亮.
/* This works for an orange down arrow that I'm using. */ border-style: solid outset solid solid;