How to make a custom select option menu style without image in CSS?
问题 [I don't want the Unicode character] For example: With using Black down-pointing triangle. It'll using -webkit-appearance: none; to make it look better. It would be simple as: Select ▼ to Select ▼ Value1 Value2 or something similar HTML: <select> <option>Value1</option> <option>Value2</option> </select> QUESTION: How to do it in pure CSS, without any JavaScript? 回答1: Select boxes are not really styleable, so I wouldn't be surprised if this was impossible. Some limited styling options are