Header and menu overlaid on webpage
Author: Jon H.
Visited 1511,
Followers 1,
Shared 0
I have a webpage in which I have some HTML code to display an only photo album. When I view the webpage and make the album bigger, the header and menu stay overlaid on top. See attached picture or visit www.sjucc.ca/golf.html to see it.
How can I get rid of this?
If I expand to full screen it goes away but in the smaller view it's still there.
Posted on the
Hello. Try adding this style. In the video tutorial, I showed how this can be done.
<style>
#imSideBar, #imHeaderObjects, #imFooter {z-index: 1;}
</style>