Thread: height: 100%
View Single Post
Old 22-08-2003, 08:34   #1 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,186
height: 100%

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.
  Reply With Quote