Site Tools


cecilia:webdesign:go-to-top_button_en_nav-balk_hide-show_scroll

This is an old revision of the document!


Navigatie hide/show on scroll - gototop button - hamburgermenu

Een go to top pijl rechtsonder in de pagina die pas verschijnt na 160px scrollen. In combinatie met een menu dat verdwijnt met naar beneden scrollen maar meteen terugkomt bij terug omhoog scrollen. En het hamburgermenu.

Go to top button

HTML

(plaats in footer of widget in footer)

<button onclick="topFunction()" id="back-top" title="Go to top"><i class="fa fa-arrow-circle-up"></i></button>

CSS

/* CSS go to top button: */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99999;

}
.fa-arrow-circle-up {
    font-size: 3em !important;
    color: #084B8A;
        text-shadow: #fff 0px 0px 30px;
}
.fa-arrow-circle-up:hover {
        color:#c6851f;
}

cecilia/webdesign/go-to-top_button_en_nav-balk_hide-show_scroll.1644491880.txt.gz · Last modified: by ceciliav

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki