Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS - I have a headless woman on my page. Z-index issue?

Tags:

css

z-index

I have a new web site that has an image of a woman in the upper left corner. The image is in the perfect spot, but I can't get the top half of the image to be on top of the other layers. This certainly seems a z-index issue. I have tried every possible combination to get the top half of the image to show up. No luck.

Can you tell me why the top half of the woman doens't show up? How can I fix it?

You can access the page here: http://i-treadmillreviews.com/

Also, I am building this site in FF and Chrome. I don't care about making it work in IE right now. I'll do IE tweaks as the very last thing. So, don't tell me that it works or doesn't work in IE, unless of course you are Bill Gates, in which case I have some strong words to share with you.

like image 480
Evik James Avatar asked Sep 12 '11 13:09

Evik James


1 Answers

Remove the overflow: hidden from PageWrapper.

like image 195
George Avatar answered Nov 15 '22 15:11

George