Hi,
Quick question. I am building an javascript accordion tab into a custom block but it won't activate within the block in Internet Explorer 8. It works fine with Firefox & safari. I was wondering can u identify any conflicting code in the custom code?
Last modified: 3 Oct 2009 11:40 AM
Monk
24 Jul 2009 4:41 PM
You are using two <body> tags on your page which is not correct and you have to remove the second <body> tag and add call of init() function to the first body tag or add the following line into your JavaScript code: