That's good to know. Of course, it'd be nice to find out what exactly was causing the conflict, but if it works... not a super-high priority.
I agree, if it works as I intend it to be

Ugh, what a monster script.
Why do you make it so hard on yourself by implementing EVERYTHING in JavaScript?
Why not make a few panels in HTML and only use JavaScript to show and hide them according to the tab?
Actually my intention was to make it with html and javascript for show/hide effects, but the number of tracks (250+) and disc count (=9) would make html editing a pain for me in case of a change and it is more readable/editable imo.
I'm not sure why IE8 decides the iframe should be only 150px high. I see you made the wrapper div 800px high, does this work for you?
As for the discrepancy between the sandbox and the description page: the description page iframe height is cached so it starts off with a really good first guess so the iframe rarely has to resize. This is not important or even possible for the sandbox. I'm not sure why IE8 accepts the correct height though, I would expect it to resize down to 150px.
--Jarudin--
I didn't know about the caching of iframe height, I thought that you set the 150px as a minimum for height of content

I intend to use this code as a template for further multicd OST adoptions, that's actually why I need a more editable code where I can quickly change the title list.