html+css+jQuery实现网站回到顶部特效

 时间:2024-10-26 05:01:43

1、新建html文档。

html+css+jQuery实现网站回到顶部特效

2、书写hmtl代码。<p align="center"><font size="5" color="#FF0000">向下拉滚动条即可看到效果!</font><div style="height:1000px;"></div><div class="scroll" id="scroll" style="display:none;"> 回到顶部 </div>这里其实只要回到顶部那一个div里面的内容其他的可以不要。这里只是做个展示。

html+css+jQuery实现网站回到顶部特效

3、书写css样式。<style type="text/css">body荑樊综鲶, div, ul, li, a, img, h1, h2, h3, h4, h5, p, input { margin: 0; padding: 0; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }body { font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif; position: relative; height:1600px;}img, input { outline: none; }ul { list-style: none; }a:link { text-decoration: none; color: #545454; }a:visited { color: #525252; }a:hover { color: #4D4D4D; }.clear { clear: both; }.ui-page { -webkit-backface-visibility: hidden; }.container { padding: 5px; min-width: 320px; }#one { width: 100%; }#one li { float: left; }#one li .a-1 { min-height: 70px; }#one li a { display: block; margin: 5px; background: yellow; }#one li img { width: 100%; min-height: 70px; vertical-align: middle; }.scroll { width: 80px; height: 80px; background: #64BFAE; color: #fff; line-height: 80px; text-align: center; position: fixed; right: 30px; bottom: 50px; cursor: pointer; font-size: 14px; }</style>

html+css+jQuery实现网站回到顶部特效

4、书写并引用js代码。<script src="js/jquery-1.10.1.min.js"></script><s艘早祓胂cript>$(function(){ showScroll(); function showScroll(){ $(window).scroll( function() { var scrollValue=$(window).scrollTop(); scrollValue > 100 ? $('div[class=scroll]').fadeIn():$('div[class=scroll]').fadeOut(); } ); $('#scroll').click(function(){ $("html,body").animate({scrollTop:0},200); }); }})</script>

html+css+jQuery实现网站回到顶部特效

5、整体代码结构。

html+css+jQuery实现网站回到顶部特效

6、查看效果。图一没有效果,静态的时候。图二是向下拖动的时候会出现。

html+css+jQuery实现网站回到顶部特效
html+css+jQuery实现网站回到顶部特效
  • html+css+jquery实现网站滚动条整屏滑动特效
  • html+css+jQuery顶部可关闭提示框代码
  • html+css+JQuery美化版下拉友情链接特效
  • html+css+jQuery评论框插入表情特效
  • html+css+jQuery文件展示特效树形菜单
  • 热门搜索
    新年手抄报简单又漂亮 小学生中秋节手抄报 交通手抄报内容 安全日手抄报 新学期新起点手抄报 少年强则国强手抄报 劳动节手抄报内容 防疫有我爱卫同行手抄报 抗击病毒手抄报 红红火火过大年手抄报