There are several blocks with different backgrounds. Is it possible to add them a second background on the CSS, for example, on hover?
.class:hover { background-image: url(здесь как-то сохраняется оригинальный фон блока), url(добавляется второй фон); } There are a lot of blocks, so the option for everyone to just copy the original background + to attribute the second is not too suitable. Need a solution for all blocks at once.