View Single Post
  #1 (permalink)  
Old Dec 22nd, 2005, 02:32
jwalker80 jwalker80 is offline
Junior Member
Join Date: Dec 2005
Location: Dublin
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Disappearing Layer

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>
Attached Images
File Type: jpg IE_shot.jpg (16.9 KB, 51 views)
File Type: jpg firefox_shot.jpg (22.6 KB, 48 views)
Reply With Quote