Просмотр поста

.
Fublin

rasshatay, ?>
<style scoped>
.bg1, bg2 {
width: 40px;
height: 40px;
}

.bg1 {
background: url(путь до первой картинки);
}

.bg2 {
background: url(путь до второй картинки);
}
</style>
<?php
echo '<div class="bg1">
<div class="bg2"></div>
</div>';