Web Mobil giirişte footer da alt boşluk sorunu

Celal YANIK
09-11-2016, 12:17   |  #1  
Celal YANIK avatarı
OP Taze Üye
Teşekkür Sayısı: 0
1 mesaj
Kayıt Tarihi:Kayıt: Kas 2016

Merhabalar. Sorum şu:
Web sitemde sadece cep telefonlarından girildiğinde footer altında boşluk oluşuyor. Pc de aynı sorun gözükmüyor. Sorun oluşturabileceğini düşündüğüm css kodları aşağıda. Teşekkürler iyi çalışmalar.


body
{
        margin: 0px;
        color: #CCC;
        font-size: 14px;
        font-family: Arial;
        font-family: Arial, Verdana, Univers;
        background-color: #6d6a67;
        clear: both;
        height: auto;
        width: auto;
}

#conteiner
{
        background-color: #999;
        height: 100%;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
}

#header
{
        background-color: #666;
        height: 110px;
        width: 1000px;
}
#kategoriler
{
        background-color: #999;
        height: 100%;
        width: 200px;
        margin-top: 10px;
        float: left;
}
#icerik
{
        float: right;
        height: 100%;
        width: 790px;
        margin-top: 10px;
}
#footer
{
        background-color: #333;
        height: 100%;
        width: 1000px;
        margin-top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CCC;
}

Sistem Bilgilerim
Ercan-Toka
28-11-2016, 10:00   |  #2  
Taze Üye
Teşekkür Sayısı: 0
4 mesaj
Kayıt Tarihi:Kayıt: Kas 2016

Merhaba, height neden %100 verdin auto olarak denermisin site adını belirtirsen kesin yardımcı olurum.