I don't know which div is the problem by probably .wrap, however the usual fix I would use is to add one of the following to the div:
position: relative;
height: 1%;
Sometimes you have to apply that to more than one div and it usually takes some experimenting to find exactly which div is the problem.
After you fix IE6 you'll need to recheck in the other browsers just in case.
|