Height issue with IE6
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/开发者_JAVA技巧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 #footerTop
until you figure out which element is causing it.
I would also try taking the border off #footerTop
and see if that fixes it since you have width:100%;
specified on that div.
It's possible that you didn't insert height value of the element (probably div) below image.
If you download the Microsoft IE developers toolbar you can make changes while you are viewing the page, that way you can see what works.
精彩评论