I use this code
<style>
Select{
text-align : right;
direction : right;
}
</style>
<Select size="5" >
<option>سلام....</option>
...
..
</Select>
in all browser all the element assign as right except chrome , in chrome element assign as left
even I wrote
<Select dir ="rtl" >
but not work
after that I use this
<option dir ="rtl">سلام....</option>
but not work again
this is image of my result
(http://chromefalt.somee.com/result.html) (http://jsfiddle.net/korooshbaghbani/3Jgs5)
I want chrome like another browser start at right
what am I doing ??