Visualizzazione dei risultati da 1 a 5 su 5
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2003
    Messaggi
    218

    Background Image del footer non esce

    Salve,

    sto facendo alcuni esempi di background image del footer. Pero' l'immagine nel footer non esce. Perche'. Grazie mille.

    Link del sito:
    http://www.kausha.org/Kausha_v3/index.php

    URL dell immagine e':
    http://www.kausha.org/Kausha_v3/img/...background.jpg

    Questa e' la sezione specifica del CSS footer:
    #footer{
    clear: left;
    width: 100%;
    padding: 4px 0;
    background-image:url('img/footer/footer_background.jpg);
    font-family:sans-serif;
    font-size:small;
    color:withe;
    }

    Questo e' il CSS completo:
    <style type="text/css">

    body{
    margin:0;
    padding:0;
    line-height: 1.5em;
    }

    #maincontainer{
    width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    }

    #contentwrapper{
    float: left;
    width: 100%;
    }

    #contentcolumn{
    margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    }

    #leftcolumn{
    float: left;
    width: 180px; /*Width of left column in pixel*/
    margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
    background: #FFFFFF;
    }

    #rightcolumn{
    float: left;
    width: 190px; /*Width of right column*/
    margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
    background: #FFFFFF;
    }

    #footer{
    clear: left;
    width: 100%;
    padding: 4px 0;
    background-image:url('img/footer/footer_background.jpg);
    font-family:sans-serif;
    font-size:small;
    color:withe;
    }

    .innertube{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    }

    </style>

  2. #2
    Utente di HTML.it
    Registrato dal
    May 2003
    Messaggi
    218
    qualche aiutino???

  3. #3

    Re: Background Image del footer non esce

    Originariamente inviato da violaf
    #footer{
    clear: left;
    width: 100%;
    padding: 4px 0;
    background-image:url('img/footer/footer_background.jpg);
    font-family:sans-serif;
    font-size:small;
    color:withe;
    }
    devi togliere l'apice
    background-image:url(img/footer/footer_background.jpg);

  4. #4
    Utente di HTML.it
    Registrato dal
    May 2003
    Messaggi
    218
    niente ancora....

    eccoti il mio file css online. fammi sapere se ti serve qualche altro file.

    www.kausha.org/Kausha_v3/css/style.css

    e rieccoti di nuovo immagine
    http://www.kausha.org/Kausha_v3/img/...background.jpg

  5. #5
    Moderatrice di CSS L'avatar di ResianTaxidrive
    Registrato dal
    Oct 2007
    residenza
    Udine
    Messaggi
    2,766
    devi risalire di una cartella
    cioè ../img/eccetera

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.