0

I made select box.

<select>
  <option>AAAA</option>
  <option>BBBB</option>
  <option>CCCC</option>
  <option>DDDD</option>
</select>

And I want to put an image after So I tried using before and after. But it's not work. How can solve this problem???

kyung
  • 23
  • 3
  • give some example of result and your css code – CyrusKabir May 23 '22 at 08:24
  • Even if it's theoretically possible using some trick, I would rather use Bootstrap dropdowns: https://getbootstrap.com/docs/4.0/components/dropdowns/. The advantages are that you will have the same look and feel across the browsers, adding images or other stuff will be straightforward and it's totally supported by major browsers – Christian Vincenzo Traina May 23 '22 at 08:34

0 Answers0