Revision: 17961
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 17, 2009 22:16 by benjaminpearson
Initial Code
input { font-size: 1.2em; padding: 10px; overflow:visible; }
Initial URL
Initial Description
In IE6 the padding applied to input boxes can be incorrectly rendered showing no difference in the height of the box. Adding "overflow:visible" seems to fix it. Referenced Source: http://stackoverflow.com/questions/561904/can-you-tweak-the-left-and-right-padding-on-an-html-input-button
Initial Title
Fix IE6 Input Box Padding
Initial Tags
css
Initial Language
CSS