Home › Forums › JavaScript › Full screen div minus X px’s › Re: Full screen div minus X px’s
July 17, 2013 at 9:01 am
#143315
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;
}