View Single Post
Old 07-07-2008, 04:41 PM   #29 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I just ran into another Internet Explorer amazing 'enhancement'. Apparently they felt it necessary that form buttons (input submits, and buttons) should automatically be padded depending on the size of the button. So the longer the text, the more padding it'll add to each side and the top, based on a percentage.

You can fix this by adding

Code:
width: auto;
overflow: visible;
...but the point is you shouldn't have to fix it.
-m
delayedinsanity is offline  
Reply With Quote