I recently encountered an issue with IE6 that caused any elements that had negative margins within a container div to be clipped and hidden. I found this post from someone else who had similar problems. I found that if you set the clipped elements, the ones that are set to the negative margin, to “position:relative” will make those clipped elements unclipped.
edit: I just noticed that this was a solution pointed out in the linked post, but I read passed it. Ah well. Still, a good post worth reading if you follow that link.
