Help with firebug


Author Message
imagei

Posted: 11/17/2014
Quote message 

Hey guys,
can anyone help me find the selector in question here? I am trying to set the z-index on the logo image here:

http://aktivresearch.com

as it is getting hidden by the menu container and as a result. it's not clickable. I have tried the .headerleft selector but it's z-index won't influence it's position in the stack.

I'd love some help here. Thanks people...
 
gcm

Posted: 11/17/2014
Quote message 

Around Line 351.shapes change z-index from 0 to something like 9999


 
imagei

Posted: 11/18/2014
Quote message 

Great,
I didn't try the shapes div as it seemed to be a header wide container instead of relating to the area I was looking in.

You live and learn eh. Spot on GCM, and thanks. ;-)
 
imagei

Posted: 11/18/2014
Quote message 

AAaaaah,
That now prevents the menu from being clickable. Any ideas here?
 
imagei

Posted: 11/18/2014
Quote message 

It's funny,
Sometimes I get so hooked on a route for a solution, I can't see the wood for the trees.
I just reduced the width of the container to 500px and added left margin. Done.

But no less thanks GCM for sounding it out with me. ;-)