Click here to Skip to main content
15,885,182 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Hey

Like every time developer try to be a good "designer", and every time face same fail :D.

at all ....

I'm using HTML5 to layout a website but I couldn't stick <footer> down and always be sticky if zoomed the screen.

Also I need my <Section> to be flowed on footer.
Posted
Comments
vbmike 4-Dec-13 9:18am    
Short of doing it for you, you can certainly find one method at this link: http://css-tricks.com/snippets/css/sticky-footer/. There are other solutions on the net.
Sergey Alexandrovich Kryukov 4-Dec-13 10:39am    
It works, but to me, is pretty useless: the position of the footer is fixed, which is bad: it should be at the page button. Perhaps this could be modified to get the effect, but it means using Javascript. So, it won't solve the problem yet.
—SA
govardhan4u 4-Dec-13 10:40am    
Did you tried using the position:fixed css style property?
Sergey Alexandrovich Kryukov 4-Dec-13 13:36pm    
This would not be enough. The footer should be stuck to the button...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900