Top "Background-attachment" questions

CSS property for setting a background-image's position.

Fixed attachment background image flicker/disappear in chrome when coupled with a css transform

I am currently doing a parallax website theme. The background images need to be attached as fixed for certain 'div's …

background fixed parallax flicker background-attachment
CSS background-size: cover + background-attachment: fixed clipping background images

I have a list of figures containing background images. Something like the following: <ul> <li> <…

css background-image background-attachment background-size
Chrome issue with background-attachment fixed and position fixed elements

I've had this issue for a while and it seems to be a Chrome redraw bug that hasn't been fixed. …

css google-chrome webkit fixed background-attachment
Background-Attachment: Fixed Doesn't Work On iOS

I'm trying to find a solution to the problem I'm having with fixed backgrounds on iOS devices. I would rather …

html ios css iphone background-attachment
Background-attachment:fixed Not Working - Android Chrome (v40)

Background ( This has been asked before, many times, I know. However, it seems to have been caused by different things …

android css google-chrome background-attachment
Background-attachment: fixed not working on android/mobile

I'm developing a cordova app and I'm trying to get a fixed background. Unfortunately, it doesn't seem to be working, …

android css web cordova background-attachment
CSS Background Attachment Scroll/Fixed and Background Size cover

Why is background-size:cover different if background-attachment: scroll or background-attachment: fixed used? Example: http://jsfiddle.net/enriqg9/Yn43U/

css background-attachment
background-attachment: fixed not working on Safari

I've got the following code running on an element that spans 100% of the browser: #section_white { background-attachment:fixed; background-image:url(…

css safari cross-browser background-attachment background-size
background-attachment:fixed internet explorer 11 odd up & down jiggle

Noticed an odd and annoying bug in IE11. Images placed in the background using css with background-attachment fixed do this …

html css internet-explorer background-attachment
Stellar.js background attachment set to fixed but crazy jitter still happening

As the title suggests, I'm using Stellar.js. I only have one parallax element, and it's very simple. It's a …

javascript css parallax background-attachment