tags:

views:

12

answers:

1

Hello everyone ... I'm working on this project, each page has a different background image for it. The images are pretty tall and not all pages have enough content to increase the height of the page. So is there a way to set a minimum height for the page depending on the height of the background image ??

Thanks

A: 

Yes, there is min-height css property for that.

See:

CSS min-height Explained

Sarfraz