Jump to content

[SOLVED] IE Problem


dc_jt

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.