Header and menu overlaid on webpage
Auteur : Jon H.
Visité 1542,
Followers 1,
Partagé 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.
Posté le
Hello. Try adding this style. In the video tutorial, I showed how this can be done.
<style>
#imSideBar, #imHeaderObjects, #imFooter {z-index: 1;}
</style>