Ok, this was a tad weird. Your #page div seemed to be stuck down on top of your footer.
I made these changes:
Quote:
<!-- <SPAN class=brclear> </SPAN> --> took this out
</DIV><!--end page inner class-->
<br class=brclear />
|
I think getting rid of the span is what did it, but there's no real reason to use a div when a <br> will clear a float just as handily.
** Whoops -- found something else funny. Just taking out the span didn't entirely solve the problem. I had put a 1px border around #page so I could see where it was ending up. When I took it off, the white bg disappeared again. The solution is to add height: 1% to the #page rules (Holly hack). You should put this in a separate css file and use a conditional comment though.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 08-28-2007 at 10:04 PM..
|