Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS] Znikająca stopka pod Safari, i przesunięta pod IE
raptorx
post
Post #1





Grupa: Zarejestrowani
Postów: 29
Pomógł: 1
Dołączył: 28.09.2008
Skąd: Z drugiej strony kabla

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


Witam,
otóż mam problem z interpretacją przez przeglądarki mojej stopki. W przeglądarce Safari stopka się nie pojawia, natomiast w IE stopka zaczyna się od prawego boku lewego menu. Poniżej zamieszczam kod CSS.

Kod
#stopka {
    float: right;
    clear: both;
    width: 100%;
    background-image: url(img/stopka.png);
    height: 25px;
    text-align: center;
    padding-top: 5px;
    font-family: Comic Sans MS;
    font-size:12px;
     border-top: 1px solid #000000;
     color: #FFFFFF;
}
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
raptorx
post
Post #2





Grupa: Zarejestrowani
Postów: 29
Pomógł: 1
Dołączył: 28.09.2008
Skąd: Z drugiej strony kabla

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


Bez float: right; stopka znika w FF3

Kod
html, body {
    background-color: #bbcee5;
    color: #000000;
    margin: 0 auto;
    padding: 0;
}
#strona {
    overflow: hidden;
    width: 900px;
    border: solid 1px #000000;    
    margin: 0 auto;    
    margin-top: 20px;    
}
#logo {
    background-image: url(img/logo.jpg);
    height:150px;
}
#gorne-menu {
    height: 43px;
    width: 873px;
    float: left;
    margin: 0 auto;
    padding-left: 27px;
    padding-bottom: 5px;
    background: #000 url("img/menugorne.gif") repeat-x center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    word-spacing: 15px;
    line-height: 45px;
    font-size: large;
}
#menu {
    float: left;
    width: 179px;
    float: left;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000 url("img/menulewe.gif") repeat-y center;
}
#tresc {
    font-family: Comic Sans MS;
    font-size: 14px;
    width: 700px;
    float: right;
    overflow: hidden;
    background-color: #ddedff;
    padding: 10px;
    text-align: justify;
    border-left: 1px solid #000000;
}
#stopka {
    float: right;
    clear: both;
    width: 100%;
    background-image: url(img/stopka.png);
    height: 40px;
    text-align: center;
    padding-top: 5px;
    font-family: Comic Sans MS;
    font-size:12px;
    border-top: 1px solid #000000;
    color: #FFFFFF;
}
#menu { width: 179px; padding-bottom: 2000px; margin-bottom: -2000px; }
#tresc { width: 700px; padding-bottom: 2000px; margin-bottom: -2000px; }
#stopka { width: 100%; padding-bottom: 2000px; margin-bottom: -2000px; }


//Edit: Lekką edycje zrobiłem. (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)

Ten post edytował raptorx 15.10.2008, 21:11:53
Go to the top of the page
+Quote Post

Posty w temacie


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

 



RSS Aktualny czas: 18.10.2025 - 10:16