I unable to add the arrow in select box i am using simply css code and finding other script but unable to add the arrow in select box left side
Any help from any one greatly appreciated.
Use the direction property in css of your select box. The direction property specifies the text direction/writing direction.
select { direction: rtl; }
It has a default value of ltr so change it to rtl. It will move your arrow to left.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With