Is it possible to centrally align the text in an input field in Opera Mini?
I tried this, which works fine in other browsers:
<input type="text" style="text-align: center; width: 280px;"/>
,
but in Opera Mini the input fields text is still left-aligned.