Forum Moderators: not2easy
#outership {
position: relative;
}
#shipboxleft {
position: absolute;
top: 0;
left: 0;
height: 80px;
}
<div id="outership">
(other divs open and close here)
<div id="shipboxleft">
...
</div>
</div>
In IE7, FF3 and IE8 Compatibility View shipboxleft appears at the top of outership.
In IE8 (normal view) the div shipboxleft appears at the bottom of outership, below all other child divs of outership.
Anyone know how to fix this for IE8?