Html
    Css
    Js

    
                        
 .container {
	width:980px;
	margin:0 auto;
	height:auto;
	min-height:100%;
	position:relative;
}
.content {
	height:2000px;
	border:1px solid red;
}
#goToTop {
	position:fixed;
	bottom:20px;
	right:10%;
}
#goToTop a {
	background:none repeat scroll 0 0 #336699;
	border:1px solid #CCCCCC;
	border-radius:3px;
	-webkit-border-radius:3px;
	color:#FF9966;
	font-size:14px;
	padding:5px;
	text-decoration:none;
	text-shadow:0 1px 0 #999;
	-webkit-text-shadow:0 1px 0 #999;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jQuery返回顶部

0