站长街|互站网交易平台导航源码

2024-4-15 / 0 评论 / 76 阅读

源码html单页,互站网最新引导分发页。

新建index.html把下方源码导入进

<!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=UTF-8">
<title>站长街 - 免费素材网为你提供站长资讯,软件下载,PSD素材,特效代码,字体下载,特效代码下载,打造完美站长资源平台!</title>
<meta name="keywords" content="素材网,站长资讯,站长资源平台,软件下载,PSD素材,特效代码,字体下载">
<meta name="description" content="站长街为国内体验最好的站长资源平台,提供免费矢量素材,站长资讯,软件下载,网页模板,JS特效代码,PSD网页素材,字体下载,整站程序源代码,FLASH整站程序等,让任何一个站长都能轻松找到自己想要素材。">
<base target="_blank">
<link rel="stylesheet" href="img/temp.css" type="text/css">
<script type="text/javascript" language="javascript">
    $(function(){
    $('#taobao_ico').poshytip();
    $('#hotel_ico').poshytip();
    $('#travel_ico').poshytip();
    $('#youxia_ico').poshytip();
});

    function _load(){
        var _bodyHeight =parseInt(document.documentElement.clientHeight);
        var _height = parseInt(document.getElementById("footer").offsetHeight);
        var _centerHeight = parseInt(document.getElementById("center").offsetHeight);
        var _contentHeight = _bodyHeight - _centerHeight;
        if(_contentHeight>_height){
        document.getElementById('footer').style.height=_contentHeight-27+'px'; 
        }
    }
    $(window).resize(function(){
       _load();
    });

</script>
</head>
<body onload="_load()">
    <div id="center">
        <div class="ico">
            <label>
            <a href="http://www.huzhan.com" ><img id="index_ico" title="" src="img/huzhan_1.png" width="53" height="54"></a>
            <a href="http://www.huzhan.com">互站网首页</a>
            </label>
            <label><a href="http://www.huzhan.com/code/"><img id="code_ico" title="" src="img/huzhan_2.png" width="53" height="54"></a>
            <a href="http://www.huzhan.com/code/">源码-交易</a>
            </label>
            <label>
            <a href="http://web.huzhan.com/"><img id="web_ico" title="" src="img/huzhan_3.png" width="53" height="54"></a>
            <a href="http://web.huzhan.com/">网站-交易</a>
            </label>
            <label>
            <a href="http://domain.huzhan.com/"><img id="domain_ico" title="" src="img/huzhan_4.png" width="53" height="54"></a>
            <a href="http://domain.huzhan.com/">域名-交易</a>
            </label>
            <label>
            <a href="http://www.huzhan.com/serve/"><img id="serve_ico" title="" src="img/huzhan_5.png" width="53" height="54"></a>
            <a href="http://www.huzhan.com/serve/">服务-市场</a>
            </label>
            <label>
            <a href="http://task.huzhan.com/"><img id="task_ico" title="" src="img/huzhan_6.png" width="53" height="54"></a>
            <a href="http://task.huzhan.com/">任务-需求</a>
            </label>
        </div>
        <div class="quckLink">友情链接:
        <a href="about/about.html">关于我们</a><label>|</label>
        <a href="javascript:;">联系我们</a><label>|</label>
        <a href="javascript:;">网站地址</a><label>|</label>
        <a href="javascript:;">广告合作</a>
        </div>
    </div>
    <div style="height: 117px;" id="footer">

  <p>Copyright © 2009-2017, www.zzjie.com. All Rights Reserved. <br>
    站长街 版权所有 <a href="https://beian.miit.gov.cn" style="color:#b8dde9" target="_blank" rel="nofollow">皖ICP备19017101号-3</a>
    </p>

    </div>

</body>
</html>

css部分:

body{
    font-family: 微软雅黑,Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0 auto; padding:0;
    background-color:#daf7ff;
    line-height:14px;
}
a{ color:#4dabc7; text-decoration:none;}
a:hover{ text-decoration:underline;}
#center{ background:url(//img.alicdn.com/imgextra/i2/462055445/TB2tgtxXCvHfKJjSZFPXXbttpXa-462055445.png) no-repeat; width:960px; height: 500px; margin:0 auto;}
#center .ico{ padding-top: 340px; text-align:center; width:960px;}
#center .ico label{ padding-right:10px; text-align:center; width:65px; display:inline-block;}
#center .ico label img{ padding-bottom:5px;}
#center .quckLink{ color:#ff9900; width:960px;text-align:center; height:16px; padding-top: 60px;}
#center .quckLink label{ margin:0 10px;color:#4dabc7; }
#footer{ background:url(../img/footer_bg.gif) repeat-x; height:80px; color:#b8dde9; padding-top:27px; text-align:center; background-color:#4dabc7;}
#footer a{ color:#b8dde9;}
#footer p{ margin:0; padding:5px 0px; line-height:18px;}
#footer span{ padding:0 8px;}
img{ border:0;}

评论一下?

OωO
取消