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
Commenting is not available in this weblog entry.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
- EE2.0 progress report
- Testers required for new Quiz module
- Support forums now available
- ExpressionEngine 2.0 and add-ons
- Featured on ExpressionEngine Techniques screencasts
1. Nick
13th Apr 2006 at 7:59 am