Yorum Yok ↓

Aşağıdaki css kodlarından birini css bölümünüze ekleyin. Sağ tarafta kaymasını istiyorsanız.
#heybet {
background: url(”http://www.heybet.net/resimler/sag.png”) 0 0 no-repeat;
position: absolute;
top: 0px;
right: 0px;
text-indent: -1000px;
width: 200px;
height: 210px;
overflow: hidden;
position: fixed;
}
Sol tarafa eklemek istiyorsanız
#heybet {
background: url(”http://www.heybet.net/resimler/sol.png”) 0 0 no-repeat;
position: absolute;
top: 0px;
left: 0px;
text-indent: -1000px;
width: 200px;
height: 210px;
overflow: hidden;
position: fixed;
}
Bu kodu da body etiketinin hemen sonrasına ekleyiniz.
<div id=”heybet”></div>
Örnek site:http://www.heybet.net/
