Bug #786
closedHero Image Slider Overlay Display on IE
0%
Description
I just took a look at the Commons in IE 8, and the overlay on the hero slides is significantly screwed up. Please see the attached screenshot.
Files
Related issues
Updated by Raymond Hoh over 13 years ago
My patch wasn't ported over to 1.2.2, but it's on 1.2-branch:
https://github.com/castiron/cac/commit/45ace910e3aab7811932e80a45aaa192dfd7ffbf
Updated by Boone Gorges over 13 years ago
1.2.2 was an emergency release, so I only included the necessary fixes. The rest will be taken care of when I'm back from vacation. Matt, can you verify that you mean IE8? And Ray, can you verify that your fix (labeled as IE6/7) will fix it?
Updated by Raymond Hoh over 13 years ago
Yes, I've verified it.
The commented code meant that the CSS fix will apply to IE 6/7 only. IE8 is a better browser and doesn't require the negative margin offset.
Updated by Boone Gorges over 13 years ago
- Status changed from Assigned to Resolved
OK, I see what's happening. The previous, unprefixed code was being read by IE8. I've verified that Ray's fix will solve the problem when 1.2.3 is released. Marking resolved.