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.
この矢印の画像のように、選択ドロップダウンに選択矢印を追加してカスタマイズしたいので、誰か助けてください。
css の三角形を参照してください。
http://css-tricks.com/snippets/css/css-triangle/
そして、矢の位置で遊んだ後。
例えば:
http://jsfiddle.net/CpHTh/
content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black; position:relative; top: -23px; left: 10px;