ie 6 pc. why does it not
in html - <div id="rightcontent"></div>
in css - #rightcontent {
position: absolute;
right: 0px;
top: 0px;
width:20%;
height: 100%;
background-image: url(../images/bkg_square.gif);
border:0;
}
why does the div not go the total height of the page - it works in netscrape & mozzilla but not ie 6.
here
cheers.
brn.