css - fix sized div over flowing content issue -
if have fixed height content div, it's possible content spill on div. fixed height stop footer floating middle of page on pages less content. in other words it's there footer in same place on every page. how fix this?
you can either use min-height css property define minimum height content div, or position footer absolutely bottom: 0px
Comments
Post a Comment