Is there another way to activate an accordion menu besides the
.accordion('activate', indexval); method? In IE7 this changes my header DIV formatting (it smashes it). The accordion is at the base of the page so when it is activated my header disappears. Can anyone offer me some help with this?
Here's what I have.. The the activation is causing top header div to disappear.
var targetOffset = $('.HwContentInformation').offset().top;
$('#content,#header').animate({ scrollTop: targetOffset }, .5);
$("#HwReferences").accordion('activate', 0);
Thanks
Nick