I'm currently designing a page with a footer split into two divs. The top div displays a background-image to separate it from the main page, and the second div contains the actual footer content.
It looks like the following in all browsers:
...except IE6, where it looks like:
I'm guessing it's a margin/padding issue, but I can't identify which div is causing it (it's working in all browsers except IE6!).
The work-in-progress site is available here, if anyone can identify where the extra space is coming from.