Ok so I have this module working great for every browser except IE...what's new?

I have it fading but in IE it just stacks the images...

Thanks in advance for help!

Comments

vm’s picture

Status: Active » Closed (duplicate)

duplicate of: http://drupal.org/node/350435

where you'd already commented.

kangaroobin’s picture

Status: Closed (duplicate) » Active

didnt mean to comment there..unable to delete..also not a duplicate and for 6.x

vm’s picture

comment in other thread deleted.

larowlan’s picture

Hi
Do you have a dev environment where we can see this in action?
Could be an unrelated css declaration causing this.
Also can you please specify if IE6 or IE7?
Cheers
Lee Rowlands

dotidentity’s picture

I got the same problem... with me it was with the scale settings in imagecache. I removed the px after the height

nvoyageur’s picture

The Imagecache height needs to be specified in pixels otherwise the CSS floats break.

vm’s picture

Title: Images stacked in IE only » height needs to be specified in pixels otherwise the CSS floats break
nvoyageur’s picture

Status: Active » Closed (fixed)