merhabalar.
bir site üzerinde çalışıyorum. footerı alta yasladım ancak, bi iki divim var sağa ve footer ın üstüne dayalı olması gerekiyor. ancak bi türlü yapamadım.

yani sticky gibi olacak çözünürlük ne kadar fazla olursa olsun o her zaman footerın biraz üstüne asılı kalacak.

kodları paylaşıyorum:

.altkisim {

background:#fff;
Position: absolute;
bottom: 0;
height: 50px;
Width: 100%;

border-top-style: solid;
border-top-width: 2px;
border-top-color: #C0C0C0;






}

üstteki footer ın css kodu.

.ref {
text-align:left;
float: left;
width:450px;
height:120px;
background: rgba(255, 255, 255, 0.2);


color: #000;
border-color: #329966;
list-style-type: none;

text-decoration: none;


margin: 10px auto 10px 0px;
border: 1px solid #329966;

-moz-border-radius: 2px;
-webkit-border-radius: 2px;
behavior:url(border-radius.htc);

}

bu ise footer ın üstüne gelmesi gereken div. bu aynı zamanda genel divinin içinde

genel div:


width:980px;
margin: 0px auto 0px auto;
background-image:url('/upp/bgr.png');


font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
line-height: 21px;