CSS Fixed Sorunu
2
●42
- 10-05-2023, 12:17:56<div class="body">volkanyyilmaz adlı üyeden alıntı: mesajı görüntüle
<div class="header" >
</div>
.body{
width:100%;
overflow:scroll;
}
.header{
position:fixed:
top:0px;
left:0px;
width:100%;
height:80px;
}