I'm using ASP.net Master page. I've a footer in my page. When content of my page is less, the footer is coming in the middle of the page.
What do i need to do. please suggest.
Thanks.
I'm using ASP.net Master page. I've a footer in my page. When content of my page is less, the footer is coming in the middle of the page.
What do i need to do. please suggest.
Thanks.
You can implement a CSS sticky footer: http://ryanfait.com/sticky-footer/. Using a little bit of CSS (see http://ryanfait.com/sticky-footer/layout.css) the footer will stick to the bottom as much as possible:
Er... there should be more rules...