Seems fine in ff and safari. But in ie (all versions) there is no fade effect. I've checked against other sites that have used this module - they all seem to work. I compared my initialization values with these sites - they're the same. Is it possible that there is some conflict with other modules I have installed? I have the Views Carousel module installed and I've install the 6.x-1.0-alpha2 version of Views Rotator

Comments

developer-x’s picture

Title: Images are not fading in ie - the just "blink" from one image to another » Images are not fading in ie - they just "blink" from one image to another
developer-x’s picture

Status: Active » Closed (fixed)

Ok - the problem was that the img was style with a position=absolute. For some reason this breaks ie - but is ok with safari and ff. I changed to position=relative and it worked.