/ Published in: CSS
When you use text-indent: -9999em; to hide text in submit button, IE not interpret it. So add the following code in your CSS.
Expand |
Embed | Plain Text
color: transparent; text-transform: capitalize;
You need to login to post a comment.
