/* Кнопка "Вверх": [[Файл:Scroll_top.png]] */ #scroll-top { display: none; background: url(https://static.wikia.nocookie.net/minecraft_ru_gamepedia/images/8/8f/Scroll_top.png) no-repeat; width: 50px; height: 50px; cursor: pointer; position: fixed; left: 157px; bottom: 30px; z-index: 10000; } #scroll-top:hover { background-position: 0 -50px; }