Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add Select Box arrow in left side

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

enter image description here

Any help from any one greatly appreciated.

like image 562
Raman jaswal Avatar asked Oct 18 '25 04:10

Raman jaswal


1 Answers

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.

like image 80
Syed Muhammad Zeeshan Avatar answered Oct 20 '25 19:10

Syed Muhammad Zeeshan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!