In IE6 or IE7 if there is a floated layout and you have an absolute-positioned div in the mix sometimes it just won’t show up.

SOLUTION:
One easy way to fix the bug is to add an extra dummy <div> to “separating” the position:absolute from the float in the source code (either being between them, or wrapping one of them).