zoukankan      html  css  js  c++  java
  • 仿淘宝网返回顶部效果

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html;charset=gb2312">
    <meta name="keywords" content="" />
    <title>网页特效 固定在右下角的“返回顶部”链接 站长特效网</title>
    <!--把下面代码加到<head>与</head>之间-->
    <style type="text/css">
    html,body{
     _height:100%;
     padding:0;margin:0;
     _overflow:hidden;
     border:solid 0 white;
    }
    #www_zzjs_net{
     _height:99.7%;
     margin:0 1px;
     _overflow:auto;
     word-break:break-all;
     _width:100%;
    }
    #floater{
     word-break:break-all;
     position:fixed;
     _position:absolute;
     right:20px;
     bottom:20px;
     background:white;
    }
    </style>
    </head>
    <body>
    <div id="www_zzjs_net">
      <a name="top">站长特效网,打造国内最帅的网页特效站!</a><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
      <h1 id="floater"><a href="#top"><img alt="返回顶部" src="img/totop.gif" border="0"></a></h1>
    </div>
    </body>
    </html>
    所需要的图片

    仿淘宝网返回顶部效果 - wangnam1986@126 - 历程

  • 相关阅读:
    Windows程序员的Linux快捷键
    Handeler的详细解释
    Asp.Net_Mvc_View
    使用脚本方式和使用控件方式来输出Html内容的区别
    当发布时报错: 找不到 obj\Debug\Package\PackageTmp\xxx.aspx 文件
    网路岗v1.2简单使用
    Html.Encode
    Android开发中的错误
    Asp.Net_Mvc_IgnoreRoute
    Linux目录结构
  • 原文地址:https://www.cnblogs.com/visi_zhangyang/p/3368629.html
Copyright © 2011-2022 走看看