I would like to create a dropdown menu with html select thus I would like to style it as well. I would like to set a padding to the option tags so they wouldn\'t be so overc
Disabling the default setting can enable you a little more freedom - give your select a class, within that class use the following:
-webkit-appearance:none; -moz-appearance:none; appearance:none;
and then add in your default style