I am trying to create a page where i have a header, footer and content divs. the header is 140px in height, footer 90px. What i want is to make the content div in between header and footer and should be seen in the same way in all browsers.
all browsers height is different therefore to adjust this content div how can i style it? i have a hunch that is using bottom and top in css. help me through it.