Joined May 2014
·

Chris Dolphin

Gainesville, FL
·
·
·

The translateZ hack didn't work for me but I was able to get the same effect with a different method.

Make a div as the first child of body. Move the background-image from body to that div. Take off the 'fixed' from the background image property and set position: fixed on the div. That should end up creating the same effect.

You might have to add a few other styles like width/height: 100% to get the div to stretch the full length of the viewport and z-index: -1 to drop the div below the other content.

Achievements
29 Karma
0 Total ProTip Views