I have this simple accordion that I got from CSS tricks (and manipulated a tiny bit), it works great everywhere except IE7 (in IE9, using dev tools to show IE7 mode), however when I tested the unmanipulated version from CSS tricks it works fine in IE7.
Here is the jsfiddle from CCS Tricks: http://jsfiddle.net/drpKm/
Here is what I’ve created: http://jsfiddle.net/y6m2N/3/
Any ideas on how to get it to work in IE? I’ve tried everything I can think of. The only change I made form the CSS tricks version was putting the anchor tag outside of the dt tag.
So this pretty much fixed things… http://jsfiddle.net/y6m2N/21/
IE didn’t like the anchor tag being around the dt tag, it worked everywhere else fine, but as always, IE7 was the exception. 🙂