.scrollup
{
width: 64px;
height: 64px;
text-decoration: none;
background: url("img/up.png") no-repeat 0px 0px;
position: fixed;
right: 30px;
bottom: 30px;
display: none;
}
Oczywiście uzylem w HTML : <a href="#" class="scrollup"></a>
Na forum niestety nie udalo mi sie znaleźć odpowiedzi.