1 reply [Last post]
AaronIvan
AaronIvan's picture
User offline. Last seen 1 year 24 weeks ago. Offline
newbie
Timezone: GMT+8
Joined: 2010-08-03
Posts: 9
Points: 14

Why does the following code place the green box on top of the other boxes in explorer, and the pink box on the top of all other browsers:
please dont just answer because explorer is *beep*.
thanks J

.grey_bg{
position:relative;
float:left;
width:100%;
height:200px;
background:#999;
}

.pink_box{
float:left;
width:100px;
background:#00ff00;
height:50px;
}

.green_overlay{
position:absolute;
top:0px;
z-index:10000;
float:left;
width:300px;
height:20px;
background:#ff00ff;
}

Ed Seedhouse
Ed Seedhouse's picture
User offline. Last seen 3 weeks 15 hours ago. Offline
rank Guru
Guru
Timezone: GMT-8
Joined: 2005-12-14
Posts: 3544
Points: 643

Insufficient data for a

Insufficient data for a meaningful response. Please read the posting guidelines and follow them. Thankyou.

Ed Seedhouse

Posting Guidelines

High on a hill, in Wrangellia.