I have a header and a footer, that should be position: fixed,
both have content that varies their height according to the page width,
I need the content between them to be scroll-able and that the header & footer will not cover it.
here is an example (of the problem): http://jsfiddle.net/ilyaD/bNSZu/2/
Any ideas for a solution?
I have a header and a footer, that should be position: fixed , both
Share
DEMO
Use
max-height,min-heightand height as percentages.Along withoverflow-y:auto