Posted by nospam on 10/23/07 12:15
Hello,
I am trying to create a CSS style that uses 100% of a web page height.
This works with width - that is if the CSS style is set: width=100%
I also set the background color and the correct rectangle is drawn.
But if I use height=100% and width=100px, the height doesnot
encompass the entire page - maybe only 200px or so.
How do you define a style with 100% height?
THanks,
bruce
My style:
#blueleftwideborder {
background-color: #1D57A0;
position: absolute;
visibility: visible;
width: 120px;
left: 0px;
top: 0px;
height: 100%;
}
[Back to original message]
|