dc_jt Posted January 28, 2008 Share Posted January 28, 2008 Im having a problem with IE, basically it gets to test aa but not bb. Any ideas why? window.addEvent('domready', function(){ alert('test aa'); accordion = new Accordion('h3.atStart', 'div.atStart', { height:true, width:true, display: 0, fixedWidth: '860px', opacity: true, duration: 1500, onActive: function(toggler, element){ toggler.setStyle('background-position', 'top left'); }, onBackground: function(toggler, element){ toggler.setStyle('background-position', 'top right'); } }, $('accordion')); alert('test bb'); }); Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.