Is there a way to add styles directly to the scrollbar so that it will always be on top of the content?
I have an issue where the page loads fine but if I resize the browser window then the header tag shows on top of the scrollbar.
I have the header tag position: fixed and z-index:15000 to ensure the content scrolls underneath it. Also on the body tag I have overflow:auto.
Any help will be appreciated. Cheers
The style causing this was body { overflow:auto} I removed this and made do without it. There was inconsistencies between the browsers that made this complicated.