I want to make a language selector, but I don't know how? I'm doing this:
<div class="language">
<select class="language" style="width:100px">
<option value="English">English</option>
<option value="Arabic">Arabic</option>
</select>
</div>
But I need to put a small icon (png or gif) beside the english and arabic options.
I've tried it different ways but nothing happened. Please help about the best way to do it.
Like this: