I want to stylize the drop-down list using the easydropdown.js library, stylize the arrows
make sure that the drop-down list does not move the content and the items do not overlap each other. Sketched fidl
<fieldset> <select tabindex="4" class="dropdown"> <option value="" class="label" value="">Month</option> <option value="1">January</option> ... <option value="12">December</option> </select> <select tabindex="5" class="dropdown" data-settings='{"cutOff": 12}'> <option value="" class="label">Day</option> <option value="1">1</option> ... <option value="31">31</option> </select> <select tabindex="6" class="dropdown" data-settings='{"cutOff": 12}'> <option value="" class="label">Year</option> <option value="2013">2015</option> ... <option value="2010">2010</option> </select> </fieldset> 

easydropdown, and in fidle -jquery mobile. Submit a normal code sample - xaja