Hide scrolling content under fixed transparent header, scroll background
问题 Lets say I have a background image, a fixed header image with transparent parts, a content div with a semi-transparent background and dynamic height in a traditional header/content/footer layout. The effect I'm trying to achieve: scrolling background and content under a fixed header (with content hidden and background showing). I've read a bunch of related topics, such as Hide Scrolling Content Under Transparent Header etc. But they deal with situations where the background can be fixed too.