As you can see, I've tried to make two accordion thingies next to each other, and the left column work perfectly pushing the content below down when it opens. But the right accordion opens up on top of the content underneath. I know it's probably because I have position: absolute but I don't understand how else to do it (position: relative messes it up even more).
Also, I managed to get the plus sign to change to a minus when you click the accordion open, but how do I get it to change back to a plus once you've closed it again?
I check your test site and it looks like pixel-perfect in firefox 3.6. I must say, your code looks really clean and small, how do you make it like after all the closing the first tab is opening by default?
Yeah I got some help from a web developer :) So I finally got it to work, but I'm not exactly sure how... I'm really crap at Java script, but maybe you can get some clues from the code?