Possible Duplicate:
Disappearing images in IE8 jQuery Cycle
if the nested element positioned absolute outside the parent element, then it disappears during the transition. This effect occurs only in ie browser, ff, safari, chrome does the transition just fine. any help is appriciated.
<div class="conainer">
<div class="element"><div class="nested"></div></div>
<div class="element"><div class="nested"></div></div>
...
</div>