Re: New download page

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu