
show/hide div with rounded cornes in IE8
Hello,
I have hidden div that appears when the cursor make over on his container. This div have rounded corners, with position:relative, z-index, etc... when i make over, the background of the dv, with his corners don't appear, only show the text.
In the Code, I can see that the problem is the <css-container>, when the action modify the style tag with display:block, the css3-container still have the same display:none, don't change. I prove with the -poll-true but don't works.
Any idea?
The script show/hide id SeatSelectionInfoToolTip, but in IE8 only can see the text.
Code:
<div class="seatTooltipWrap">
<div class="wrapPositionBottom">
<div class="sectionBorder_layerSmall hidden" id="SeatSelectionInfoToolTip" style="display: none;">
<div class="layerArrow-down"></div><span>Entre la fila 3 y 11, así podrás salir de los primeros del avión.</span><div class="clearFix"></div>
</div>
/div>
</div>