http://member1.taobao.com/member/register.jhtml
http://member1.taobao.com/member/register.jhtml
这个taobao的用户注册的页面,我想用aspx做出来,怎么做他的动态提示信息很有意思。有是想做这样的,麻烦帮一下

解决方案 »

  1.   

    这种效果在TextBox获得焦点的时候改变对应的DIV的css即可实现.或者是改变DIV的相应属性.
      

  2.   

    css写不好,http://member1.taobao.com/member/register.jhtml 里的相关css,我下不下来,哪个朋友帮我找一下,谢了[email protected]
      

  3.   

    css写不好, http://member1.taobao.com/member/register.jhtml 里的相关css,我下不下来,哪个朋友帮我找一下,谢了 [email protected]
      

  4.   

    http://www.taobao.com/home/css/tshit/master/global_v2.php?t=20080221.css
    http://www.taobao.com/home/css/component.php?t=20070824.css
    http://www.taobao.com/home/css/component_ext.php?t=20070824.css
    http://www.taobao.com/home/css/sys/register060524.css?t=20070824.css
    http://www.taobao.com/home/js/form_validator.js?t=20060404.css
    http://www.taobao.com/home/js/common.js?t=20070719.js
    http://www.taobao.com/home/js/tbra/yui-base.js?v=2.4.1.js
    http://www.taobao.com/home/js/tbra/tbra.js?t=20071224.js
    http://www.taobao.com/home/js/sys/top_v2a.js?t=20080229.js
    http://www.taobao.com/home/js/pwdintensity.js
    都在上面了~
      

  5.   

    /* Pages in Register Flow */
    body{
    margin:10px 0 50px;
    }
    div#Head{
    position:relative;
    height:50px;
    margin:0 auto;
    width:760px;
    }
    #Head #Logo{
    top:5px;
    }
    #Head #AdImage{
    position:absolute;
    width:250px;
    height:50px;
    left:400px;
    top:5px;
    }
    #Head div#HelpLink{
    position:absolute;
    right:3px;
    top:15px;
    }
    div#PageTitle{
    margin:0 auto;
    width:760px;
    text-align:left;
    }
    div#Content{
    position:relative;
    margin-bottom:25px;
    text-align:center;
    }
    div#Main{
    margin:0 auto;
    width:740px;
    text-align:left;
    }
    div#RegFlowText{
    font-size:14px;
    text-align:center;
    }
    div#RegFlowText strong{
    color:#F50;
    }
    ul.RegForm{
    margin:0;
    padding:0;
    list-style-type:none;
    background:transparent url(http://pics.taobao.com/bao/album/sys/misc/ul_bk.gif) left bottom repeat-y;
    }
    ul.RegForm li{
    width:100%;
    margin:0;
    padding:0;
    background:transparent url(http://pics.taobao.com/bao/album/sys/misc/li_bk.gif) left bottom repeat-y;
    }
    ul.RegForm li.Title{
    padding:20px 0 10px 0;
    font-size:14px;
    color:#F30;
    background:transparent url(http://pics.taobao.com/bao/album/sys/misc/title_bk.gif) left top repeat-y;
    }
    ul.RegForm li .Hint{
    float:left;
    width:160px;
    font-size:14px;
    text-align:right;
    margin-right:5px;
    line-height:28px;
    }
    ul.RegForm li .Input{
    float:left;
    width:190px;
    }
    ul.RegForm li .Info{
    float:left;
    width:380px;
    margin:1px 0 5px;
    }
    p.SubmitBox{
    text-align:center;
    background:none;
    }
    p.SubmitBox input{
    display:block;
    height:30px;
    background-color:#DADADA;
    margin:10px auto 20px;
    }
    #check_username{
    margin-top:5px;
    }div.HintMsg{
    margin:0;
    color:#111;
    }
    div.HintMsg a:link,div.HintMsg a:visited{
    color:#04D;
    }li#ReadContract{
    margin:20px 0 10px;
    line-height:200%;
    text-align:center;
    }
    li#ReadContract #ContractContent{
    margin:0 auto;
    width:86%;
    height:60px;
    padding:5px;
    border:1px solid #CCC;
    background-color:#FAFAFA;
    text-align:left;
    overflow:auto;
    }
    li#ReadContract #ContractContent p{
    margin:0;
    line-height:150%;
    text-indent:24px;
    }
      

  6.   

    哈哈楼上的不错,全给贴出来了啊推荐使用Maxthon浏览器,下载一个ViewSource插件,这样就可以将css,js代码看到,可以下载啦