I created an html
code with select
, div
and td
. select
tags are inside div
and div
is inside td
tag. When I click on the drop box, I see different select
style.
I found out that it was from direction:rtl
in the css
of select
.if I set direction:ltr
, this strange behavior will be gone and Opera would be same as Firefox.
https://i.stack.imgur.com/cPJHS.png
you can find this issue on various Persian websites like this, just look at select on Digikala website :
I have no problem With IE but I want the select
style in Opera shows the same on Firefox. Does Opera/chrome support direction:rtl
for select tag
? Any Idea why are they different?