Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个多重的选择元素,使其背景具有纯色但不是 3D。那是什么CSS?
给它边框样式(如果我理解正确的话):
select { border: 1px solid gray; }
http://jsfiddle.net/PeeHaa/y5kG5/
这是你想要的吗?
select{ border:solid 1px #000; }