Internet Explorer automatically adds padding to buttons in HTML forms. This space stretches according to the length of the button’s text.
Eg,

Use the CSS rule:
* html input { overflow: visible; }to remove the extra padding.
This rule uses the Html Star Hack so only Internet Explorer applies it.
Comments
Related articles
- Microsoft forces backward step in email design
- Making RSS pretty using XSL and CSS
- HTML Star Hack
- Using CSS to produce an image gallery
- CSS Hacks
- Skip navigation
Most recent articles
- Featured on ExpressionEngine Techniques screencasts
- Selected items 1.4 released
- Followers module - Part 3
- Using the Client Downloads module
- Client Downloads module released
1. Nick
13th Apr 2006 at 7:59 am