Ben
Ben

Reputation: 2108

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/sample/test.html . Any insight would be a huge help.

Thanks in advance, Ben

Upvotes: 0

Views: 115

Answers (3)

Joel
Joel

Reputation: 19358

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.

Upvotes: 1

John
John

Reputation: 1922

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.

Upvotes: 1

oneat
oneat

Reputation: 10994

It's possible that you didn't insert height value of the element (probably div) below image.

Upvotes: 1

Related Questions