I want a Drop-Down Menu (Html Select Option) with Content Countryflag + Country Name
To lower http requests i want to realize it with 1 image with all flags and display just a part from it.
i use this stripes https://www.flag-sprites.com/de/
Without html form with option list it works like:
<img src="blank.gif" class="flag flag-cz" alt="Czech Republic" />
but
<option><img src="blank.gif" class="flag flag-cz" alt="Czech Republic" /> Czech Republic</option>
is forbidden
also if i do it like this:
<option class="flag flag-cz">Czech Republic</option>
it does not give the results i want
Here is an Example how it should looks like: http://find-onlinecontacts.com