Change Form Input Direction

You can change the form input direction for browsers which implement the "dir" <http://www.w3.org/TR/REC-html40/struct/dirlang.html#adef-dir>attribute. MSIE on Windows and Mozilla are two browsers which support this.

Source Code

<form action="../">

<input dir="rtl">

</form>