Membership index

NOTE: NOTA: Downloads reserved for members can also be made without registration with a free donation in support of the site. I download riservati ai membri possono essere effettuati anche senza registrazione con una donazione libera in sostegno del sito.

List of downloadable sresources with donationLista delle risorse scaricabili con donazione

Various footers with different features Serie di footer con diverse funzionalità.

Useful rules:

Regole utili:

Footer always at the bottom of the page:

Footer sempre a fondo pagina:

On larger screens, if the page content does not fill the screen in height, the footer remains suspended in mid-air. To solve the problem, just apply the rules to have the page height at 100% that you find in the CSS solutions. Negli schermi più grandi, se il contenuto della pagina non riempie lo schermo in altezza, il footer rimane sospeso a mezz'aria. Per risolvere il problema, basta applicare le regole per avere l'altezza pagina al 100% che trovate nelle soluzioni CSS.

Fixed footer

Footer fisso

To have a fixed footer, instead, that is positioned at the bottom of the page and always visible if the page scrolls, apply these rules: Per avere un footer fisso, invece, cioè posizionato a fondo pagina e sempre visibile se la pagina scorre, applicate queste regole:
#fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 15px 0;
}

Of course, padding, background and text color can be customized. Naturalmente, il padding, il colore dello sfondo e del testo possono essere personalizzati.

Various footer

Footer vari

Social button with overlay and global url. Not working in preview. Bottoni social con overlay e global url. Non funzionanti in anteprima.

12a-Footer 1 - Three columns footer - logo, links, data, social - HTML, CSS, JS

12a-Footer 1 - tre colonne - logo, links, dati, social - HTML, CSS, JS

Preview + download

12b-Footer 2 - Two columns footer - logo, links, social, form - HTML, CSS, JS, PHP

12b-Footer 2 - due colonne - logo, links, social, form - HTML, CSS, JS, PHP

Preview + download

12c-Footer 3 - Two columns footer - links, search box - HTML, CSS, JS

12c-Footer 3 - due colonne - links, search box - HTML, CSS, JS

Preview + download

12d-Footer 4 - Two columns footer - links, social - HTML, CSS, JS

12d-Footer 4 - due colonne - links, social - HTML, CSS, JS

Preview + download

Membership index


Argomenti del sito correlati: