I’ve been working on and off on a horizontal accordion. It’s not working perfectly at the moment but i’ve just got to change a few bits. The code is very rough and I intend to make it a bit more graceful once it works.
It functions perfectly in every browser apart from ie6..initially when it loads in the page all you can see is the 6th panel (labelled df6)…then if you click on that the accordion seems to spring in to life….all the panels appear and it seems to work just fine. I can’t think of any reason for this..
Any ideas? I’m at a complete loss with this 🙁
Ah! Thankyou Elf King! Your comment about jquery and IE6 led me to a google search which turned up another stack overflow post:
jQuery $(document).ready() failing in IE6
It seems moving my script to the bottom of the page and removing the document.ready fixed it!!
Many thanks and apologies I should have googled this more thoroughly 🙂