Home › Forums › CSS › Footer issues › Re: Footer issues
March 1, 2010 at 6:35 pm
#71831
Member
I’m using Firefox on a Mac and it looks fine. One thing I’m not seeing in your code is:
Code:
*footer {
bottom: 0 !important;
}
bottom: 0 !important;
}
I’ve used this to force a footer to the bottom of the page. Why not give it a try?