Select dropdown with IMAGE option
-
I want to add a language flag image before the language name in a select dropdown. My first attemp is simply:
<select id="lanslect" onchange="window.location.href=this.value" style="width:100%;> <option style="background: url(https://muzzyschools.com/wp-content/uploads/2017/10/english-uk.png) 70px 5px no-repeat ;" value="#top">ENGLISH UK</option> </select>
but it doesn’t seem to work in Chrome and neither could find a simple plugin to achieve this. Any ideas or suggestions?
Thank you in advance!
Darío O. FernándezThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Select dropdown with IMAGE option’ is closed to new replies.