I want to style a div in such a way that it will be at the bottom of the page if the page height is over 700px if not then set it to a position from top of 700px. This can be achived by jQuery but I wanted to know if you could do this with css. Kinda like a min from top sort of thing?
Share
How about setting min-height 700px on the content and then simply adding a position fixed to bottom footer?