That annoying IE peekaboo bug just doesn’t know when to stop. Apparently, even IE7 exhibits this bug, and it appears to be worse than its predecessor. If you happen to be pressed for time (or are lazy to search the Internets for a solution), applying a couple of stylesheet rules to the affected element should solve most peekaboo problems for both IE6 and IE7:
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
Continue reading ‘CSS First-Aid for IE Peekaboo Bug’
Last time around, I went about writing an article documenting a revision for Jehiah’s IE Button Width Fix that would allow it to behave correctly, given a proper DOCTYPE. It worked well, with a minor downside that it required the use of IE conditional statements in your HTML to dish out the fix to just Internet Explorer browsers.
Just recently, Peter replied to that article, proposing an alternative solution that did away with conditional statements. This would mean that you could include the CSS fix in your main stylesheet (and not in the HTML with the conditional comment, or in a separate stylesheet for just IE fixes).
Continue reading ‘An Even Better IE Button Width Fix’
Sometime in October of 2005, Jehiah Czebotar came up with the IE Button Width Fix. This workaround solves the extra side-padding problem that plagues buttons with long labels being displayed in Internet Explorer. Continue reading ‘Standards-Friendly IE Button Width Fix’
Recent Comments