Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][CSS] Problem z tłem
Jarma
post 7.09.2011, 17:51:48
Post #1





Grupa: Zarejestrowani
Postów: 36
Pomógł: 11
Dołączył: 20.07.2009

Ostrzeżenie: (0%)
-----


Witam, mam mały problem ze stroną.
Otóż postanowiłem stworzyć szablon na divach. Główny zarys wygląda tak :


Zawartość <body>...</body> :
Kod
<div id="SITE">
    <div id="TOP"></div>
    <div id="BODY">
        <div id="TOPMENU"></div>
        <div id="TOPSPACE"></div>
        <div id="LEFTMENU"></div>
        <div id="SPACE"></div>
        <div id="TRESC"></div>
        <div id="SPACE"></div>
        <div id="RIGHTMENU"></div>
    </div>
    <div id="BOTTOM"></div>
</div>

Oraz kod css :
Kod
html, body {
    background-color: green;
    background-image: url("img/bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    color: #FFFFFF;
    margin: 0;
    padding: 0;

}
#SITE {
    width: 1000px;
    position: relative; top: 30px;
    margin: 0 auto;
}
#TOP {
    background-image: url("img/top.png");
    background-repeat: no-repeat;
    height: 200px
}
#BODY {
    background-image: url("img/body.png");
    background-repeat: repeat-y;
    
}
#TOPMENU {
    height: 120px;
    margin: 0;
    padding: 0;
}
#TOPSPACE {
    height: 30px
}
#LEFTMENU {
    width: 230px;
    float: left;
    overflow: hidden;
}
#SPACE {
    width: 20px;
    float: left;
    overflow: hidden;
}
#TRESC {
    width: 570px;
    float: left;
    overflow: hidden;
}
#RIGHTMENU {
    width: 160px;
    float: right;    
    overflow: hidden;
    
}
#BOTTOM {
    clear: both;
    height: 50px;
    background-image: url("img/footer.png");
    background-repeat: no-repeat;
}


Problem polega na tym że pod lewym, prawym menu oraz treścią nie pojawia się tło (żółty kolor na dołączonym obrazku). Prosiłbym o pomoc. Z góry dziękuje.
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 19.07.2025 - 14:30