Re: New download page
- Posted by ghaberek (admin) Jul 22, 2017
- 1357 views
petelomax said...
Any suggestions why the buttons/tabs show over the banner while the text glides smoothly underneath it?
Set z-index: 1; for the #header and #bar divs.
div#header { position: fixed; height: 155px; width: 100%; background: url(header_01.jpg); margin-right: auto; margin-left: auto; z-index: 1; /* add */ }
div#bar { position: fixed; height: 20px; width: 100%; background: url(bar.jpg); margin-top: 155px; margin-right: auto; margin-left: auto; vertical-align: bottom; z-index: 1; /* add */ }
petelomax said...
Any other suggestions for improving that page welcome.
I use Bootstrap for these kinds of things. ¯\_(ツ)_/¯
-Greg