Images are sort of a special beast in the HTML animal kingdom. They’re technically inline elements, but they don’t really behave like them. This can cause trouble in responsive web designs. Happily, the fix is simple, safe, and effective. […]
Read Article
A while back, I wrote an article demonstrating how the accordion effect could be replicated with nothing more than CSS. There was one caveat, however: the technique didn’t work in Internet Explorer 6 due to its limited support of :hover. Today I’m revisiting the CSS accordion technique and will make a modification or two that will let it work with IE6. […]
Read Article
A while back when I was working on developing the jQuery popout tutorials, I ran across a significant and annoying bug in Internet Explorer 6 and 7. Specifically, Internet Explorer does not respect the height and width properties of block-level, absolutely positioned anchor tags if they contain no content. […]
Read Article
Sometimes when I’m building a vertical navigation menu Internet Explorer 6 will add a bunch of white space between the list items. So what’s going on, and how do we fix it? […]
Read Article