Why the Tamil words are not aligning correctly as English words and why its change the default html element behavior?
For example I include the code sample below for your clarification and it is better to open it with firefox because it will clearly show the difference between the select boxes.
<body>
<select>
<option>June</option>
</select>
<select>
<option>ஜூன்</option>
</select>
</body>
It may be a small issue, but don't have a clear idea about this behavior.
I'll be so glad if someone explain me why this is happening and what should i do to solve this..?