fixed positioned element flicker in IE only, how to solve?
问题 Weird problem in IE11, the fixed background of the following project flickers when using mousewheel or cursor keys only. This is a bug, for sure. website: http://gerbrandy.zitemedia.nl:88/ I use a script to resize the background proportional but this is not the problem because the resize event does not fire when scrolling, so it is not a problem of the script. It has something to do with a fixed positioned element. This script works okay for several years in all other browsers. I have no idea