When using Chrome 27 on a Windows 7 ASUS UX31 laptop (also tested on a MacBook Pro), I encounter an issue on my website, . After scrolling down and back up, I notice that the background image on the carousel is half missing. The problem persists even after trying various solutions like setting
transform:none; -webkit-transform:none
, adding translateZ(0) translate3d(0,0,0)
, and applying these to different elements.
Could it be due to differences in video card performance? Does anyone have any suggestions on how to address this issue? My assumption is that integrating the background image into the rendering pipeline might prevent corruption as transformations are applied to other positioned elements overlapping the background.
Any thoughts or recommendations would be greatly appreciated. Thank you.