Posts tagged internet explorer:
How To Use CSS3 Features (like border-radius and box-shadow) in Internet Explorer with
Advanced CSS Accordion Effect
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. […]
Internet Explorer Bug Fix: Disappearing Positioned Anchors
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. […]