Секрет создания кнопки "наверх"
div id="to-top"
a href="http://pikabu.ru/#selflink_top" rel="nofollow">
Наверх
/div
стиль который может состоять из пары строк(#to-top{
position: fixed;
bottom: 30px;
right: 20px;
z-index: 10000;
width: 100px;
height: 30px;
text-align: center;
background-color: #BCF4FF;
visibility: hidden;
color: #683A1E!important;
}
#to-top a{
color: #683A1E!important;
font-weight: bold;
line-height: 30px!important;
border-bottom: none!important;
text-decoration: none!important;
font-style: italic;
z-index: 10003;
position: relative;
display: block;
width: 100px!important;
height: 30px!important;
}) тоесть что бы сделать кнопку наверх. нужно 10 минут свободного времени.
a href="http://pikabu.ru/#selflink_top" rel="nofollow">
Наверх
/div
стиль который может состоять из пары строк(#to-top{
position: fixed;
bottom: 30px;
right: 20px;
z-index: 10000;
width: 100px;
height: 30px;
text-align: center;
background-color: #BCF4FF;
visibility: hidden;
color: #683A1E!important;
}
#to-top a{
color: #683A1E!important;
font-weight: bold;
line-height: 30px!important;
border-bottom: none!important;
text-decoration: none!important;
font-style: italic;
z-index: 10003;
position: relative;
display: block;
width: 100px!important;
height: 30px!important;
}) тоесть что бы сделать кнопку наверх. нужно 10 минут свободного времени.