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; }