background repeat with html,body height to 100% with css sticky footer
问题 Problem I'm using this implementation of a CSS sticky footer. It does: html,body{ height:100%; } I use (would like to) use a repeating background, however, the height:100% causes this issue: (image from another sticky footer question with unsatisfactory answers) It's my understanding that the image gets sized to the size of the window at rendering, and thus never sizes past that. Question Is it possible to continue to use my existing choice of CSS sticky footer with a repeating background