Forcing the figcaption element to wrap to the width of an image using CSS only
by Mike Badgley on September 30, 2011
This article describes a CSS-based solution for creating a floated <figure> element that allows for a caption (<figcaption>) to be displayed beneath – constrained to the width of the image. The example on the left is a fairly common design (…)
Fixed: IE7 Button Text Redraw Bug
by Mike Badgley on May 5, 2011
In a recent article by Zoe Mickley Gillenwater, a text redraw bug was brought to light. Internet Explorer 7 has a bug where, when it redraws the text of buttons after scrolling them out and then back into the viewport, (…)
How to absolute position images in IE8
by Mike Badgley on May 5, 2011
I came across an strange display bug (?) in IE8 with how it renders inline imagery that is wrapped with an element that has a position of absolute. Here’s a quick example to give you an idea of what I’m (…)