• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > DedeCMS教程 > Dedecms二次开发 >

DedeCMS5.7首页会员横排登录代码(2)

来源: www.dedecms8.com 编辑:织梦吧 时间:2012-07-13点击:

 width:960px;
 /*position:relative;*/
}
.header_top .time{
 float:left;
 padding-left:10px; 
}
.header_top .toplinks{ 
 float:right;
 text-align:right;
}
.header_top .toplinks a{
 margin:0 5px;
}
.header .top{
 clear:both;
 overflow:hidden;
 margin-top:10px;
}
.header .title{
 float:left;
}
.header .title h1 a{
 width:386px;
 height:58px;
 display:block;
 overflow:hidden;
}
.header .banner{
 width:434px;
 height:55px;
 float:right;
 margin-left:20px;
 overflow:hidden;
}
.ipt-txt{
 width:100px;
 border:1px #CFCFCF solid;
}
.fb{
 color:#333333;
}
.btn-1{
 background: url("../images/comm-bt.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #585858;
    cursor: pointer;
    height: 24px;
    letter-spacing: 1px;
    line-height: 25px;
    overflow: hidden;
    width: 70px;
}

HTML代码和CSS都有了,现在显示是没问题了,但要正常登入,还少一些JS文件要加载:

<script language="javascript" type="text/javascript" src="{dede:global.cfg_cmsurl/}/include/dedeajax2.js"></script>  
<script language="javascript" type="text/javascript">
<!--
    $(function(){
        $("a[_for]").mouseover(function(){
            $(this).parents().children("a[_for]").removeClass("thisclass").parents().children("dd").hide();
            $(this).addClass("thisclass").blur();
            $("#"+$(this).attr("_for")).show();
        });
        $("a[_for=uc_member]").mouseover();
        $("a[_for=flink_1]").mouseover();
    });
    
    function CheckLogin(){
      var taget_obj = document.getElementById('_userlogin');
      myajax = new DedeAjax(taget_obj,false,false,'','','');
      myajax.SendGet2("{dede:global.cfg_cmspath/}/member/ajax_loginsta.php");
      DedeXHTTP = null;
    }
-->
</script>

现在都全了,再看看效果。

下在是CSS中出现的图片

下载地址:DEDE5.7横向登入图片.zip

原创文章如转载,请注明:转载自逸诚科技

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1170734538@qq.com ,  QQ