#goto-top { display: none; position: fixed; width: 38px; height: 36px; background: url(/public/common/images/goto-top.png) no-repeat 0 0; bottom: 40px; right: 40px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; z-index: 9999; } #goto-top:hover { background: url(/public/common/images/goto-top.png) no-repeat 0 -36px; }