IE not support text-indent on buttons fileds?

You can do just below things in your style inside.

.your-class{
font:12px Arial;
text-indent:-999px;
display:block;
line-height:0; /* For IE purpose */
}

that’s all this working. you can added here for IE purpose the “line-height:0” only.

Leave a Reply

© 2020 Spirituality