07-07-2008, 05:41 PM
|
#29 (permalink)
|
|
The Gregarious
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
|
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
|
|
|
|