I created a static bar with the code: #header_bar { background-image: url(../img/background_white.png); height: 64px; border-bottom: 0px; padding-left: auto; pa
Solution 1:
Try add a z-index to the header bar's CSS class:
position: fixed;
z-index: 100;
Should make it appear on top of content.
Share
Post a Comment
for "Static Header Bar Is Behind My Contents"
Post a Comment for "Static Header Bar Is Behind My Contents"