Hi I am having a problem with absolute positioning in IE. The layer is appearing in Firefox and
disappearing completely in IE.
The screenshots show the difference in the browsers.
I have set different style sheets for Firefox and IE, and have tried to change the position for the IE
stylesheet but cant seem to get it appearing at all.
My
CSS is
#left_div5
{
float: right;
width: 250px;
height:182px;
margin: 0;
padding: 0;
position:absolute; top: 389px; right: 560px;
z-index:5;
}
My
HTML is
<div id="left_div5"><img hspace="4px" align="left" src="img/middle_bracket.jpg" />
<p><span class="ver_10_grey">Average Receivable Age -</span><span
class="ver_10_bold_red"> 93 days</span></p>
<p><span class="ver_10_grey">Alberta's Construction GDP -</span><span
class="ver_10_bold_red"> 7.5%</span></p>
<p><span class="ver_10_grey">Alberta's Energy GDP -</span><span
class="ver_10_bold_red"> 29.3%</span></p>
<p><span class="ver_10_grey">Labour Rates (Alberta) -</span><span
class="ver_10_bold_red"> $23/hr</span></p>
<p><span class="ver_10_grey">Labour Rates (Ft McMurray) -</span><span
class="ver_10_bold_red"> $25/hr</span></p>
</div>