WebSite X5Help Center

 
Dennis Gonzalez Jr
Dennis Gonzalez Jr
User

How do I create a Fixed position footer?  en

Auteur : Dennis Gonzalez Jr
Visité 2181, Followers 1, Partagé 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!

Posté le
2 RéPONSES
Jamie B.
Jamie B.
User

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

Lire plus
Posté le de Jamie B.