Closed (fixed)
Project:
Couloir Slideshow
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Nov 2007 at 05:04 UTC
Updated:
24 Mar 2008 at 23:21 UTC
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.?
Just having it in either sidebar busts it - using insert_block on the body does, too.
Thanks in advance!
- Rand
Comments
Comment #1
chirale commentedIt's the same problem described in http://drupal.org/node/178367 . It can be fixed modifying 2 line of JavaScript code.
Comment #2
patleo commentedRead 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
Comment #3
Kaotic-1 commentedI'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
Comment #4
ComputerWolf commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.