Is it possible to move the dropdown arrow on a select box from right to left with CSS?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT: just as I suspected this changes the text direction of the
options in the list as well, so you can’t usedirection. Besides that, there isn’t any other way than to use a custom drop-down control. See the answers to this question. I’ll just leave my original answer below for anyone curious.You should be able touse thedirectionproperty, but I haven’t verified if this works across browsers, platforms and locales:Be careful when using
directionthough, as the spec advises against its use by anyone but DTD authors or authors of special documents: