html - Center alignment of text in input field for opera mini -


is possible centrally align text in input field in opera mini?

i tried this, works fine in other browsers:

<input type="text" style="text-align: center; width: 280px;"/>,

but in opera mini input fields text still left-aligned.

i did few attempts seems unfortunately it's not possible.

i think input control in browser quite simple , doesn't allow aligning, changing font size or more complex properties border-radius.

tested opera mini 7.1 in nokia c3.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -