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 and \'section\'s to avoid jquery indulging in everything. The problem was the background images of the tags below any animated item disappeared while the transformation is being done, only on Google Chrome. Remedy? 回答1: This has been a very common unsolved mystery. Recently I had the same problem, and '-webkit-backface-visibility: hidden', proved to be less than useless (on