亚洲国产综合精品一区|亚洲中文字幕第一页|色老久久精品偷偷鲁一区|亚洲狠狠狠狠狠2021

<dl id="1nr0n"><ins id="1nr0n"><span id="1nr0n"></span></ins></dl>
    <optgroup id="1nr0n"><td id="1nr0n"><dfn id="1nr0n"></dfn></td></optgroup><font id="1nr0n"><thead id="1nr0n"><span id="1nr0n"></span></thead></font>
    <delect id="1nr0n"><pre id="1nr0n"><rp id="1nr0n"></rp></pre></delect>
  1. <dl id="1nr0n"></dl>
    歡迎進入湘潭紅數(shù)信息技術(shù)有限公司官網(wǎng)
    4008088160
    現(xiàn)在的位置:首頁 > 發(fā)布營銷型網(wǎng)站建設(shè) > 新聞資訊 > 網(wǎng)頁表單特效
    網(wǎng)頁表單特效
    信息來源:優(yōu)度網(wǎng)絡(luò)  發(fā)布日期:2009/4/4 瀏覽數(shù)量:929
    文章導(dǎo)讀:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>JS+CSS實現(xiàn)的一種交互體驗</title>
    <style>
    @charset "utf-8";
    /*元素初始值*/
    html {background: #FFF;}
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,ins,hr{margin: 0px;padding: 0px;}
    p{cursor: text;}
    h1,h2,h3,h4,h5,h6{font-size:100%;}
    ol,ul{list-style-type: none;}
    address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
    table{border-collapse:collapse;}
    fieldset,img{border:0;}
    img{display:block;}
    caption,th{text-align:left;}
    body{position: relative;font-size:62.5%;font-family: "宋體"}
    a{text-decoration: none;}
    /*demo所用元素值*/
    #need {margin: 20px auto 0;width: 610px;}
    #need li {height: 26px;width: 600px;font: 12px/26px Arial, Helvetica, sans-serif;background: #FFD;border-bottom: 1px dashed #E0E0E0;display: block;cursor: text;padding: 7px 0px 7px 10px!important;padding: 5px 0px 5px 10px;}
    #need li:hover,#need li.hover {background: #FFE8E8;}
    #need input {line-height: 14px;background: #FFF;height: 14px;width: 200px;border: 1px solid #E0E0E0;vertical-align: middle;padding: 6px;}
    #need label {padding-left: 30px;}
    #need label.old_password {background-position: 0 -277px;}
    #need label.new_password {background-position: 0 -1576px;}
    #need label.rePassword {background-position: 0 -1638px;}
    #need label.email {background-position: 0 -429px;}
    #need dfn {display: none;}
    #need li:hover dfn, #need li.hover dfn {display:inline;margin-left: 7px;color: #676767;}
    </style>
    <script type="text/javascript">
    function suckerfish(type, tag, parentId) {
    if (window.attachEvent) {
    window.attachEvent("onload", function() {
    var sfEls = (parentId==null)?document.getElementsByTagName(tag):document.getElementById(parentId).getElementsByTagName(tag);
    type(sfEls);
    });
    }
    }
    hover = function(sfEls) {
    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=" hover";
    }
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(" hover\\b"), "");
    }
    }
    }
    suckerfish(hover, "li");
    </script>
    </head>
    <body>
    <ol id="need">
    <li><label class="old_password">原始密碼:</label> <input name='' type='password' id='' /></li>
    <li><label class="new_password">新的密碼:</label> <input name='' type='password' id='' /><dfn>(密碼長度為6~20字節(jié)。不想修改請留空)</dfn></li>
    <li><label class="rePassword">重復(fù)密碼:</label> <input name='' type='password' id='' /></li>
    <li><label class="email">郵箱設(shè)置:</label> <input name='' type='text' id='' /><dfn>(Codemoz! 承諾絕不會給您發(fā)送任何垃圾郵件。)</dfn></li>
    </ol>
    </body>
    </html>
    18973218026
    其他業(yè)務(wù)合作請發(fā)下面郵箱
    郵箱:254596208@qq.com
    地址:湖南省湘潭市岳塘區(qū)霞光東路58號(維也納酒店6樓)
    營銷型網(wǎng)站建設(shè)掃一掃關(guān)注官方微信

    關(guān)注優(yōu)度

    官方微信
    官方微博
    官網(wǎng)首頁