Header and menu overlaid on webpage
Autor: Jon H.
Visitado 1536,
Followers 1,
Compartido 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.
Publicado en
Hello. Try adding this style. In the video tutorial, I showed how this can be done.
<style>
#imSideBar, #imHeaderObjects, #imFooter {z-index: 1;}
</style>