1
I can align a text horizontally. I always define a height
and a line-height
and everything is fine. But in Chrome, the cursor, inside a input
becomes giant, because I always define everything in px
. If I put, for example line-height:auto
Everything is fine, however, gets buggered in IE, even if I use padding-top
.
Is there any way that these setbacks don’t occur?
try using line-height:10px/9; learn more: http://stackoverflow.com/questions/8004765/css-9-in-width-property
– Thallyson Dias
Dude. Excellent that, I didn’t know. Thank you so much! Only it doesn’t solve my Chrome problem
– Felipe Viero Goulart
@Thallysondias Put that in answer.
– Oralista de Sistemas
Explain your problem better, if possible put an image of how it is getting in the different browsers. @Renan this is not an answer is just a suggestion
– Thallyson Dias
You used the prefixes for each browser ? Like: -Webkit-, -ms-, -o-, -Moz- !
– Raffa Ferreira