Wednesday, October 9, 2013

Now with css3 you could try to use calc() to calculate the height

Now with css3 you could try to use calc() to calculate the height

.main{
height: calc(100% - 111px);
}

No comments: