z-index issue with footer for twenty eleven
-
Hi all,
I would like to preface this by saying that I’m modifying a local copy of twenty eleven.
I added the following to my CSS:
#dImgBg {position:fixed; width:100%; height:100%; overflow:hidden; z-index:0;}
#bgImg {width:100%; height:100%;}I also added this to my header:
<div id=”dImgBg”>
<img src=”images/bgTmp.jpg” id=”bgImg”/>
</div>This allows me to stretch / shrink a background image depending on browser/window size & not crop an image the way 2011 theme currently does.
The problem I’m running into is that the footer completely gets “hidden” by the div, even though it’s still generated.
I want the footer to show. I’ve added z-index: 99; for ALL the elements that are in the footer starting with #colophon but it still doesn’t work.
Could someone please point me in the right direction?
This has been a holding me up for a while…
Thank you.
- The topic ‘z-index issue with footer for twenty eleven’ is closed to new replies.