Alright, I've gone nuts looking for an answer. This is simple, I know it.
I have a fixed transparent header at the top of my page. When I scroll I want the body content to scroll under it but not be seen through the header div. I've seen similar posts but nothing that helps me with my case. Appreciate any hints or cues that could help out. Thanks!
Example below: thnki.com/hosting/sycamore
I have read many related examples for hinding main body text under the top bar. However, I could not work it in my case. I found an online simple working example. You may want to have a look on that:
http://www.pmob.co.uk/temp/fixed-header-footer-left-new.htm
My related CSS configuration was that: * You may note that I have declared top/bottom/left/right/height as well position to relative, I set background, overflow to auto and I set z-index too.
I am thinking that all these combinations resulted to be able to hide the text content when was scrolled under the top bar / under the top menu.
You will either need to:
i like it how it is actually