Home › Forums › CSS › Sticky Footer and IE7 Problems › Re: Sticky Footer and IE7 Problems
June 22, 2010 at 10:14 am
#77844
Member
Your footer is at the bottom of the page correctly in Firefox and IE7, unless you are looking for a fixed footer (which I thought you were at first).
Also, click on "The Brothers" then try to use the menu in IE7. You need to give it a z-index, this should work but I didn’t test it.
Code:
#wrap #navigation ul.menu {
z-index: 1000;
}
z-index: 1000;
}
Best of Luck