I am not sure what is going on here but for some reason the top portion of my footer is getting twice the necessary height when rendered in IE6. I have posted an example at https://www.msu.edu/~grossm51/sample/test.html . Any insight would be a huge help.
Thanks in advance,
Ben
Looks to me like you’ve got an element wrapping to a new line. Try reducing or hiding the divs inside
#footerTopuntil you figure out which element is causing it.I would also try taking the border off
#footerTopand see if that fixes it since you havewidth:100%;specified on that div.