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???