When I use background-attachment: fixed on my body background, the background stays fixed.
Now I want to keep my top headers and navigation fixed as well. I use the position:fixed: property in CSS.
When I do this on multiple divs, one after another, at the top, wierd stuff happens. the wrapper goes out of wack and the header divs go vertically out of wack.
Can you use the position: fixed; on consecutive divs at the top of a page?
I will provide code if needed, but it is customer code.
Please reply ASAP. Thanks.
Now I want to keep my top headers and navigation fixed as well. I use the position:fixed: property in CSS.
When I do this on multiple divs, one after another, at the top, wierd stuff happens. the wrapper goes out of wack and the header divs go vertically out of wack.
Can you use the position: fixed; on consecutive divs at the top of a page?
I will provide code if needed, but it is customer code.
Please reply ASAP. Thanks.
Comment