html - How to set footer to bottom of page -


footer @ bottom of page

i created responsive webpage in bootstrap3, need set footer on bottom of page, position fixed has problem in desktop

use

#footer {     position: fixed;     bottom: 0;     width: 100%; } 

and possible duplicate of make div stay @ bottom of page's content time when there scrollbars


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -