|
Oh, OK Colby. I don't have IE 7 -- I have 6.
But, if you add in line-height, that should solve the problem.
You have height:119px;
but don't have a font-size set (IE always leaves imaginary space for a font)
So, set a font-size:0; then set line-height:119px; and that should solve it.
I have serious migraine today, so it's quite probable that I completely misunderstood what you were asking.
Try that, and see if it makes any difference?
|