Jump to content

HTML / CSS Help :D

Hi,

         Trying to add a header image and wanted text to overlay over the image (http://rapcr.co.uk) atm i am using an edited image and will change and hopefuly have actualll text on top of the image. Also on my site i have the navigation menu fixed but when adding the image the height is the same as the button, how i get the image to go behind the button and go to the top, have the button not dictate where the image goes (Layers?)

Link to comment
https://linustechtips.com/topic/295382-html-css-help-d/
Share on other sites

Link to post
Share on other sites

sorry my browser crashed and it didnt send the rest UPDATED

To send to the bottom:

z-index: -1;

To send to the top:

z-index: 1;

This should help

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/295382-html-css-help-d/#findComment-4010401
Share on other sites

Link to post
Share on other sites

Elaborate please?

background-image:

 

Use that in the Div or whatever for where you want it..

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/295382-html-css-help-d/#findComment-4010517
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×