Not sure if this is a bug or me. I have a div that contains an image. The div has position relative and the image within it has position absolute. The image is wider than the div and I want the image to display outside the div. So far, everything works fine, however if I change the opacity of the div, any part of the image that falls outside it disappears in IE only. If I remove the code that changes the div's opacity, it shows up fine in IE. Is there a bug in jquery/IE that would cause this or am I doing something wrong? In case you're wondering what I'm doing, I'm trying to make an image inside of the div be its drag handle.