How do I create a Fixed position footer?
Author: Dennis Gonzalez Jr
Visited 2180,
Followers 1,
Shared 0
I am trying to create a website with a footer in Website X5 professional v12, but I need the footer to remain fixed at the bottom of the page border at all times. How can this be accomplished in Website X5 professional v12? I have been trying to figure it out and I have been unsuccessful so far. Any help would be greatly appreciated. Thank you!
Posted on the
Hi
copy this code and it should work:
<style type="text/css">
#imFooterBg {position:fixed !important; z-index: 50;}
#imFooter {position:fixed; bottom:0px; z-index: 50;}
</style>
regards
jamie
you can get more information here about fixed headers or footers on x5 http://www.x5tuts.com/forums/topic/sticky-header-footer-trick/