/* return top */ #btnTop { display: none; opacity: 0.6; z-index: 999999; position: static; bottom: 53px; left: 90%; margin-left: 40px; border: 1px solid #cdcdcd; width: 38px; height: 38px; background-color: #ededed; border-radius: 3px; cursor: pointer; } #btnTop:hover { background-color: #cccccc; }