0

I'm using two scripts on my site: superslides.js and jquery.parallax-1.1.3.js

Superslides for a full width slider (banner) and parallax for scrolling elements (css background-images) with different speeds.

Problem: superslides works automatic, so after a few seconds it changes images. My background-image (used with parallax) disappears when the slider slides. This only happens in Chrome.

I can't put my site online just yet, I was hoping someone knows this problem and know how to fix it.

Andrea Ligios
  • 49,480
  • 26
  • 114
  • 243
David Hakkert
  • 669
  • 3
  • 10
  • 25

1 Answers1

0

I experienced a similar problem, myself. I was able to fix the "blink" by adding position:inherit; to the parallax elements.

I found this URL to be kind of helpful. It pointed me in the right direction:

http://help.dimsemenov.com/discussions/problems/6055-fixed-background-images-disappear-during-slide-in-chrome

Matt Kosoy
  • 76
  • 4