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 Link to comment https://forums.phpfreaks.com/topic/88187-solved-ie-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.