I tried using two different javascript based slideshow moduels: views rotator and views slideshow. Using firefox or safari these work fine with the theme but with IE8 they don't showup, or only show up for a split second.

At first i thought the issue may be with the modules but others did not have the IE8 problem. Then i tried using another theme and they did work on IE8 using other themes. So it seems to me that there is something with Zero Point and javascript based slideshows that is not working together.

Comments

akolahi’s picture

Assigned: Unassigned » akolahi
Status: Active » Needs review

The issue was related to this css attribute in layout.css:

#middlecontainer img {max-width: 100%;} 

Removing that fixes the issue. Perhaps there is a less problematic way of preventing large images from breaking layout?

florian’s picture

Status: Needs review » Fixed

Fixed in releases 6.x-1.9 and 6.x-2.2

florian’s picture

Status: Fixed » Closed (fixed)