Is there any code or website that will provide me with the source code for custom selection
I want to use an image instead of the default dropdown icon.
thank
This cannot be done with plain HTML or CSS, I tried it too.
You may find this useful: jQuery custom checkboxes .
It is actually easy to implement, and you can style the selection fields in any way.
Hope this helps :)
jQuery Combo: http://www.marghoobsuleman.com/jquery-image-dropdown
No, this cannot be done with regular HTML elements <select>.
<select>
You will have to resort to an alternative based on JavaScript.
The uniform plugin for jQuery is not bad for this; It allows you to style the item of the dropdown selection item, as well as checkboxes and radio buttons. It is worth a look.
Source: https://habr.com/ru/post/1748497/More articles:Set the default context in the Zend environment for XML - xmlHow to capture inexperienced exceptions to the AS3 program? - flashHow to remove discussions from whiteboards - whiteboardGetting application / module context from symfony task - phpRails-Based Address Routing in Rails - ruby | fooobar.comInfinity Time value in java? - javaProblem with Linq Left Join - c #MFC: deleting dynamically created CWnd objects - c ++Как настроить последовательный порт? - linuxIntelligent auto complete for phased git file names used with diffftool - gitAll Articles