kodlar ise şu şekilde CSS:
.full_box {
float: left;
width: 178px;
margin: 0 5px 10px 0;
height:308px;
}
.full_box:hover{
background-image: url("../images/izle.png");
}
HTML Kodları;
Konu: Arkaplanı Üste Çıkarmak
.full_box {
float: left;
width: 178px;
margin: 0 5px 10px 0;
height:308px;
}
.full_box:hover{
background-image: url("../images/izle.png");
}