Code: Alles auswählen
.hat {
background: url("./images/easterears.png");
width: 47px;
height: 47px;
position: absolute;
z-index: 1000;
margin-left: -24px;
margin-top: -27px;
}
Code: Alles auswählen
#banner-xmas {
background: url("./images/easterearsbig.png");
width: 128px;
height: 128px;
position: absolute;
z-index: 1000;
margin-left: -74px;
margin-top: -240px;
}
Code: Alles auswählen
/* style the posting box */
li.row:hover {
background-image: url("./images/christmas_row.png") no-repeat center right;
}
Code: Alles auswählen
/* style the row on hover */
li.row:hover {
background-image: url("./images/christmas_row.png");
background-repeat: no-repeat;
background-position: center right;
}
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast