I have a problem with two divs that have position: fixed.
If you look at the header, the scrollbar is in the back and the header is on top of the scrollbar. How can I fix this?
HTML:
<div class="BG1"> <div class="Data"></div> </div> <div class="BG2"> <div id="Header"> <div class="Header_Data"></div> </div> <br />a<br /><br />a<br /><br /> </div>
position: fixed. The browser's scrollbar cannot be overlapped, unlike a div's scrollbar.