Jump to content
Sign in to follow this  
apattee

Help placing logo/header image

Recommended Posts

apattee

So hopefully someone can help me with this. I'm trying to position the logo/header image in such a way where it overlaps the nav bar. Below is a link with an image on what I'm trying to accomplish. I got close moving it around with margin's, but then the menu bar links aren't clickable. The image also is automatically being shrunk so I can't figure out how to get it all the way to the edge. Hopefully someone can figure this out. Thanks. www.supportleport.com/wp-includes/images/support.jpg Here is the code where I was getting close:

#branding .mainlogo-link, #branding .mainlogo-img {
	  display:block;
	  margin-bottom:-71px;
	  margin-left:-13px;
	  margin-top:-25px;
	  max-width:100%;
	  width:960px;
	}

Share this post


Link to post
Share on other sites
catrina
You can try add this attribute to your existing code: [code]z-index: 2;[/code]

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
apattee
Okay I added the code to the site (including the z-index) but that doesn't do much. You'll see that the image is supposed to be the take up the whole canvas - or page. And of course, the menu can't be clicked right now.

Share this post


Link to post
Share on other sites
catrina
If the image is overlapping the menu, the menu links aren't accessible. Does the film strip image have a transparent background?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
apattee
Yes it does, it is a PNG file with a transparent background. I think the fact that I am using such drastic margins that it's messing it up. Is there a different way of moving the image down and then using z-index to put the menu links on top of everything? Thanks for helping with this.

Share this post


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

Sign in to follow this  

×