this works in NS6 and IE5 but not in
NS4
basiclly it is supposed to
create a spot on the page that is white
but it does work in NS4.
according to topstyle this is a NS4 property
#behind {
position:absolute;
background:white;
top:100px;
left:0px;
width:200px;
height:100px;
z-index : auto;
}
<div id="behind"></div>
Does anybody know why this isn't displying properly in NS4?
I have tried using
background-color:white;
but no good either
Thanks
NS4
basiclly it is supposed to
create a spot on the page that is white
but it does work in NS4.
according to topstyle this is a NS4 property
#behind {
position:absolute;
background:white;
top:100px;
left:0px;
width:200px;
height:100px;
z-index : auto;
}
<div id="behind"></div>
Does anybody know why this isn't displying properly in NS4?
I have tried using
background-color:white;
but no good either
Thanks
Comment