I can align text horizontally. I always set a height
and a line-height
and everything is fine. But in Chrome, the cursor within a input
gets huge, since I always set everything to px
. If I put, for example line-height:auto
everything is fine, however, it gets bugged in IE, even if I use padding-top
.
Is there any way that these setbacks do not occur?