HTML - How to adjust the position of the option elements of a select tag?

Uglytoad

New member
I want to shift my list of options a little towards left side. I am able to adjust the width etc. but not able to shift it left side. I have use left: -ve values but not working. I do not want to shift the position of my select tag however. It is fine. When the user views the select tag the options should appear a little left. It should work on all browsers. Please help.
Ya I gave -ve values to them also - the text of the options shift left but the option body doesn't due to which some text in the beginning is not visible(moves to left - out of scope).
 
Back
Top