
IE8 - css3PIE disapears when parent container has min-height
Got a weird one, in IE8 the css3pie disappears when the parent div has a min-height tag in its style. I can only assume that when the behavior is triggered the min-height is throwing off the behaviors renderings. Any one else seen this effect and knows a good work around?
**** EDIT ****** - after further investigation, css3pie is working, but it is rendering behind the containing div's background image, removing the min-height tag just made the child div's visible
**** EDIT2 ****** - after reading further once I realized it was a z-index issue, I was able to push the background graphics to z-index: -10 and everything works fine now.