Fixing the width of a submit button in IE7
For some reason IE7 stretches the width of the submit button whenever the value exceeds 10 characters.
The easiest way to solve this is by adding this to your css:
input[type="submit"]{
overflow: visible !important;
}
strange, but it works.
Written by Jan Van Lysebettens
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Related Tags
#css
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#