Forums

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

Home Forums JavaScript Full screen div minus X px’s Re: Full screen div minus X px’s

#143315
Kitty Giraudel
Participant

> However i’d like it to be full screen -66px on the height.

Well… It doesn’t make much difference in the end.

.header {
position: absolute; // Or even fixed
bottom: 66px;
top: 0;
left: 0;
right: 0;
}