On this website http://rwl.rwlwater.com/ the news scroller at the bottom, after the 3 blurbs ..is not working fine in Internet explorer 7. The controller buttons are not moving if I edit the number of 开发者_Python百科posts.. It's working fine in IE9, chrome, firefox, safari, etc, the issue is just with internet explorer 7.
I tried a few things, but couldn't solve it myself.
Any help would be greatly appreciated!
Add the CSS property 'zoom: 1' to the #controllers2 button or #blog2
This sets the IE property hasLayout to true and allows it to be positioned using absolute positioning.
It's a classic IE bug.
精彩评论