Hi,

Module works fine, but it breaks my homepage using a zen variant theme, in IE7. :^( Firefox 2 is good to go, tho.

Any ideas, pointers, as to how to analyze, fix, etc.?

allsaintsdayschool.org

Just having it in either sidebar busts it - using insert_block on the body does, too.

Thanks in advance!

- Rand

Comments

chirale’s picture

Status: Active » Closed (duplicate)

It's the same problem described in http://drupal.org/node/178367 . It can be fixed modifying 2 line of JavaScript code.

patleo’s picture

Read the comment before and then change the lines in function:

Try this:

...

/* BEGIN WRONG-IE EFFECT */
new Effect.Scale(this.photoBox, 100, {scaleX: false, duration: 0.4, queue:{position: 'front', scope: 'boxq'}}),
new Effect.Scale(this.photoBox, 100, {scaleY: false, duration: 0.4, queue:{position: 'front', scope: 'boxq'}})
], {queue:{position: 'front', scope: 'boxq'}});

/* END WRONG-IE EFFECT */

...

Just replace yscale and xscale

Kaotic-1’s picture

I'm still having issues with the slideshow collapsing my page in IE7.

What exactly do i need to alternate in the code for it to work properly in IE7?

I was looking back and forth through responses 1 and 2, but to no avail....

If someone could clear up the confusion I would much appreciate it.

Thanks in Advance!

-K

ComputerWolf’s picture

Assigned: Unassigned » ComputerWolf
Status: Closed (duplicate) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.