[thelist] IE adding padding to submit buttons

ben morrison morrison.ben at gmail.com
Wed Jul 29 04:30:28 CDT 2009


On Wed, Jul 29, 2009 at 9:27 AM, Lee
Kowalkowski<lee.kowalkowski at googlemail.com> wrote:
> It's the width you need to override.  Quick test:
>
> <style>
>  .button
>  {
>    width:auto;
>    overflow:visible;
>    padding:0 .25em;
>  }
> </style>

Its a very old bug in IE, its the overflow:visible that fixes it :)

ben
-- 
Ben Morrison



More information about the thelist mailing list