Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Setting a Div height to the window viewport size Re: Setting a Div height to the window viewport size

#113078
Taufik Nurrohman
Participant

Pure CSS:

div {
position:fixed !important;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}