View Full Version : Resolved Is there a fix for the IE Stretched Button Bug?
jlizarraga
11-24-2008, 06:36 AM
http://www.designdetector.com/bugs/ie6-stretched-button-bug.html
Thanks!
jlizarraga
11-24-2008, 06:38 AM
Doh, found it:
overflow: visible
Snookerman
11-24-2008, 06:41 AM
You could make your own buttons with css.
Doh, found it
That was quick
jscheuer1
11-24-2008, 06:46 AM
I'm not aware of any 'one size fits all' fix for this. However, using conditional comments, one may apply a specific style or styles to a specific button in IE to compensate. IE allows for use of expressions, so the length of the button's value may be employed to aid in its styling in IE.
In simplest terms, define the button's width and border as desired.
But, I might add that all form elements are rendered a bit differently in the various browsers and operating systems, making them (more than most elements) something you generally should just let the browser/OS do as it pleases with. Also, button with a value (the visible text on the button) longer than 18 characters (the length required to manifest this bug in IE) is unusual, and should in most cases be able to be avoided.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.