Return Top – 返回顶部网页按钮代码 - 任刚 · Ren Gang - 我的设计笔记 世界设计 · 设计世界

分享一个曾经自用的返回顶部按钮代码,可用于个人主页:

第一步引入JS和CSS文件:

<link rel="stylesheet" type="text/css" media="screen" href="https://www.huawenonline.com/css/top.css" />

css内容:

#returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:15px;
	bottom:-200px;
	_bottom:auto;
	width:36px;
	height:65px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(/img/Top.png);
	_background-image:url(/img/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -65px;
}
<script type="text/javascript" src="https://www.huawenonline.com/js/top.js"></script>
" /> 按钮 · 任刚 · Ren Gang - 我的设计笔记

按钮    339

Return Top – 返回顶部网页按钮代码

小贴士      

免费UI设计素材分享 – Freebie: Upload Buttons (PSD格式)

UI素材      

国外UI用户界面设计元素欣赏 – HTML / CSS UI Kit: Flato Lite

用户界面      

Lovely UI – 一个收集移动UI元素、Loading、按钮、导航、通知等等各种组件的UI素材网站

UI素材, 网页设计      

ANIMATED BUTTONS WITH CSS3 – CSS3动画按钮素材(7例)

网页素材      

Circular/Rounded Buttons – UI设计中的按钮元素

用户界面      

Google Plus Buttons – Google+按钮设计

用户界面      

ui kit with random components – UI套件

用户界面      

Download and Buy Buttons – 下载和购买按钮

用户界面      

切换开关按钮模版(PSD)

切换开关按钮模版(PSD)

UI素材      

圣诞节按钮(PSD)

圣诞节按钮(PSD)

网页素材      

登 录 注 册