CSS. Placing footer at bottom of the webpage (not in the bottom of screen) in ASP Pages
Posted
by strakastroukas
on Stack Overflow
See other posts from Stack Overflow
or by strakastroukas
Published on 2010-04-17T09:06:32Z
Indexed on
2010/04/17
9:13 UTC
Read the original article
Hit count: 150
I have read a lot of approaches regarding placement of the footer in a webpage with CSS. Between others i found solutions, within SO too. The problem is (i think) that most of them, do not apply in asp pages.
So the question is how can i place the footer with pure CSS in Asp pages?
Before you post your answer, you have to take in mind the following.
- I use a master page (If this one has anything to do)
- The webpage contains the form element, which i believe destroys the placing of the footer in the bottom of the webpage.
<form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm">
So, you may start down-voting, but i think a different approach exists regarding footer placement with CSS in Asp.Net pages
© Stack Overflow or respective owner