IE6 bug - absolute positioning cuts off text, words get cut off, etc

When you absolutely position a div in IE6 (say, like a one-line headline, for example), be sure to specify the font size AND the line-height. IE6 will cut off your text if you have font-size 32px but your inherited line-height is 14px, and you will be confused. It still does this even if you have overflow:visible.