thelordoftherings
Programmer
Is it possible to create a select object that it's button that drops down the list inside will be at the right side of the object instead the default left side?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<select style="direction:rtl;">
<option>one</option>
<option>two</option>
<option>three</option>
<option>four</option>
<option>five</option>
</select>