I have noticed on my android browser that some drop-down menus give me the standard android pop up when I select and other sites seem to have a custom CSS set up for their select menus.
One example is http://carwoo.com/
If I go to the mobile version of the site it gives me the default drop-down I would expect on my mobile browser. When I request the desktop version of the site on my phone I see a custom drop-down that is much harder to navigate.
My question is what properties of the select tag are responsible for this? How can I be sure that I will get the default select menu on a mobile device when I am editing my style sheet?
The custom drop-down on that site isn’t a select tag, but several
uls:Any regular
selectthat you make should use the device’s browser’s standard drop-down.