Hi,
I've have a site coded with divs seperating each section of the webpage, my question is, is there a way i can float another div anywhere above the divs i already have on the page??? here's the following code for my new div i'm trying to float (overlap) the other divs...
div#comments {
position: absolute;
left: 10px;
top: 700px;
width: 700px;
height: 100px;
z-index: 10;
border: 1px solid;
}
it works fine for IE 7 and Firefox, but for IE6 it don't work and i don't see nothing for the div... Is there anyway i can fix this...
I've have a site coded with divs seperating each section of the webpage, my question is, is there a way i can float another div anywhere above the divs i already have on the page??? here's the following code for my new div i'm trying to float (overlap) the other divs...
div#comments {
position: absolute;
left: 10px;
top: 700px;
width: 700px;
height: 100px;
z-index: 10;
border: 1px solid;
}
it works fine for IE 7 and Firefox, but for IE6 it don't work and i don't see nothing for the div... Is there anyway i can fix this...