min-height: 100%;
height: auto !important;
değerini giriyorum fakat kategori eklendikçe genişleme yapmıyor sidebar kodları aşağıda
/*--Yan Menü--*/
#sidebar {
width: 330px;
float: right;
margin-left: 20px;
margin-top: 20px;
}
#sidebar .kategoriler {
border: solid 3px #e1e1e1;
width: 295px;
padding: 12px;
font-family: tahoma;
font-size: 15px;
font-weight: bold;
background: #00BF8F;
color: #fff;
margin-bottom: 1px;
}
#sidebar .kategori {
width: 142px;
padding: 5px;
margin-top: 5px;
margin: 5px 4px 0px 0px;
background: #3f4248;
float: left;
}
#sidebar .kategori a {
font-family: tahoma;
font-size: 16px;
color: #fff;
text-align: center;
}
#sidebar .kategori1 a {
font-family: tahoma;
font-size: 16px;
color: #fff;
text-align: center;
}
#sidebar .kategori1:hover{
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
background: #00BF8F;
}
#sidebar .kategori:hover{
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
background: #00BF8F;
}
#sidebar .kategori1 {
width: 110px;
padding: 5px;
margin-top:5px;
background: #3f4248;
float: right;
}
#sidebar .populer_yazilar {
width: 225px;
padding: 12px;
font-family: tahoma;
font-size: 15px;
font-weight: bold;
background: #cd3734;
color: #fff;
margin-top: 10px;
}
#sidebar .populer_yazilar_resim {
width: 250px;
height: 70px;
}
#sidebar .populer_yazilar_resim img{
width: 250px;
height: 70px;
}
#sidebar .populer_yazilar_resim img:hover{
width: 250px;
height: 70px;
opacity : 0.8;transition : 0.5s ease;
}
#sidebar .populer_yazilar_ic{
width: 250px;
background: #3f4248;
margin-top: 10px;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #cd3734;
}
#sidebar .populer_yazilar_arkaplan{
width: 235px;
padding: 7px;
background: #3f4248;
margin-top: 10px;
}
#sidebar .populer_yazilar_icerik{
width: 235px;
padding: 7px;
}
#sidebar .populer_yazilar_icerik a{
font-family: tahoma;
font-size: 13px;
font-weight: bold;
color: #fff;
}
#sidebar .populer_yazilar_icerik a:hover{
font-family: tahoma;
font-size: 13px;
font-weight: bold;
color: #fff;
text-decoration:underline;
}
#sidebar .editorun_secimi {
width: 226px;
padding: 12px;
font-family: tahoma;
font-size: 15px;
font-weight: bold;
background: #ff1d77;
color: #fff;
margin-top: 10px;
}
#sidebar .editorun_secimi_ic{
width: 250px;
background: #3f4248;
margin-top: 10px;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #ff1d77;
}
#sidebar .editorun_secimi_icerik {
width: 225px;
padding: 10px;
}
#sidebar .editorun_secimi_icerik li{
width: 225px;
padding: 10px;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #ff1d77;
}
#sidebar .editorun_secimi_icerik a{
font-family: tahoma;
font-size: 13px;
font-weight: bold;
color: #fff;
}
#sidebar .editorun_secimi_icerik a:hover{
font-family: tahoma;
font-size: 13px;
font-weight: bold;
color: #fff;
text-decoration:underline;
}
#sidebar .blok {
border: solid 3px #e1e1e1;
width: 319px;
min-height: 106%;
height: auto !important;
background: #fff;
margin-bottom: 15px;
-webkit-transition: .8s linear;
-moz-transition: .8s linear;
-ms-transition: .8s linear;
-o-transition: .8s linear;
transition: .8s linear;
}
#sidebar .kategoriler2 {
margin: 0px;
padding: 0px;
margin-left: 5px;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
/*--Yan Menü--*/
nerede hata yapıyorum acaba ?