Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 我想要婚房网的头部代码~~~那位有啊 ~

[复制链接]
9so 发表于 2007-9-5 17:51:57 | 显示全部楼层 |阅读模式
http://www.hunfang.com/html/index.html

呵呵   这个TOP不错 那位可以帮拿下来啊
 楼主| 9so 发表于 2007-9-5 17:54:51 | 显示全部楼层
<!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=gbk" />
<title>婚房网  中国结婚安家第一门户网站 —— 房产 装修 家居 婚嫁 社区</title>
<meta name="keywords" content="婚房网 房产,新房,二手房,租房,买房,建材,装修,家居,家具,家电,婚嫁,婚纱,新娘,爱情,婚姻,结婚,婚戒,展厅,商城,女人,宝宝,论坛" />
<meta name="description" content="婚房网 婚房网是为结婚人群和新婚夫妇提供结婚安家一站式服务的门户网站,分为房产、装修、家居、婚嫁四大频道,有爱,有家,有房子!" />
<link rel="stylesheet" type="text/css" href="http://www.hunfang.com/templates/softsea/css/style.css" />

<script type="text/javascript">
var siteUrl = "http://www.hunfang.com";
</script>
<script src="http://www.hunfang.com/include/js/ajax.js" type="text/javascript" language="javascript"></script>
<script src="http://www.hunfang.com/include/js/common.js" type="text/javascript" language="javascript"></script>
<script src="http://www.hunfang.com/include/js/common(1).js" type="text/javascript" language="javascript"></script></head>

<body>
  <noscript>   
  <iframe   src=""></iframe>   
  </noscript>

<!--登陆开始-->
<div id="topLogin">
<div><a href="http://www.love21cn.com" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/logojiayuan.gif" alt="世纪佳缘交友网战略合作伙伴" /></a></div><div>会员登陆</div>
    <script src="http://www.hunfang.com/load0904.php" type="text/javascript" language="javascript"></script>
    <div class="userBar">
<ul>
<li class="end_margin_b"><div class="adbox">
<iframe src="http://news.163.com/util/position1.html" width="240" height="20" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe></div>

</li>
</ul>
</div>

</div>

<!--logo导航开始-->
<div id="logoNav">
<div><img src="http://www.hunfang.com/templates/softsea/images/mop/logo.gif" alt="婚房网,结婚买房、省钱安家的第一选择" /></div>

<ul>

<li><a href="http://www.hunfang.com?action-category-catid-1" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/fangyuan.gif" alt="新房 二手房 租房" /></a></li>
<li><a href="http://www.hunfang.com?action-category-catid-2" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/jiancai.gif" alt="建材 装修" /></a></li>
<li><a href="http://www.hunfang.com?action-category-catid-3" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/jiaju.gif" alt="家居 家具" /></a></li>
<li><a href="http://www.hunfang.com?action-category-catid-4" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/marry.gif" alt="婚嫁 消费" /></a></li>
<li><a href="http://www.hunfang.com/index.php/action-spaces" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/zhanting1.gif" alt="展厅 专卖店" /></a></li>
<li><a href="http://www.hunfang.com/mall" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/mall.gif" alt="乐家商城 " /></a></li>

<li><a href="http://www.hunfang.com?action-category-catid-77" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/aichao.gif" alt="爱巢 空间" /></a></li>
<li><a href="http://www.hunfang.com/bbs" target="_blank"><img src="http://www.hunfang.com/templates/softsea/images/mop/bbs.gif" alt="爱家论坛" /></a></li>
</ul>


</div>


<div class="maindaohang">
<!--顶部搜索-->            
        <div id="searchdiv">
<form id="searchform" action="http://www.hunfang.com/batch.search.php" method="post">
<input type="text" id="searchkey" name="searchkey" />
<select name="type" id="type">
<option value="">全部</option>
<option value="news">资讯</option>
<option value="link">书签</option>
<option value="file">文件</option>
<option value="video">影音</option>
<option value="goods">商品</option>
<option value="image">图片</option>
<option value="blog">日志</option>
</select>
<button type="submit" name="subjectsearch" value="true">搜索</button>
<a href="http://www.hunfang.com/batch.search.php">高级</a>
</form>
</div>
<!--鼠标滑动菜单导航开始-->
<DIV id=topbox>
<DIV id=top_top></DIV>
<SCRIPT language=javascript>
var t;
function changeNav(id){
clearTimeout(t);
var tabs = document.getElementById("subnav").getElementsByTagName("li");
for(var i=0;i<tabs.length;i++){
tabs.style.display="none";
}
for(var j=0;j<tabs.length;j++){
if(tabs[j].value==id){
tabs[j].style.display="block";
}
}
}
function changeTimer(id){
t = setTimeout("changeNav("+id+")",500);
}
function clearT(){
clearTimeout(t);
}
//changeNav('0');
changeTimer('0')
</SCRIPT>

<DIV id=nav_1>
<UL>  
<LI id=active><A onMouseOver="changeNav('0')" onMouseOut="changeTimer('0')"
  href="http://www.hunfang.com">首页</A> </LI>
  <LI><A onMouseOver="changeNav('1')" onMouseOut="changeTimer('1')"
  href="http://www.hunfang.com?action-category-catid-1" target="_blank"><b>房 产</b></A> </LI>
  <LI><A onMouseOver="changeNav('2')" onMouseOut="changeTimer('2')"
  href="http://www.hunfang.com?action-category-catid-2" target="_blank"><b>装 修</b></A> </LI>
  <LI><A onMouseOver="changeNav('3')" onMouseOut="changeTimer('3')"
  href="http://www.hunfang.com?action-category-catid-3" target="_blank"><b>家 居</b></A> </LI>
  <LI><A onMouseOver="changeNav('4')" onMouseOut="changeTimer('4')"
  href="http://www.hunfang.com?action-category-catid-4" target="_blank"><b>婚 嫁</b></A> </LI>

  <LI><A onMouseOver="changeNav('5')" onMouseOut="changeTimer('5')"
  href="http://www.hunfang.com/index.php/action-spaces" target="_blank"><b>展 厅</b></A> </LI>
  
  <LI><A onMouseOver="changeNav('6')" onMouseOut="changeTimer('6')"
  href="http://www.hunfang.com?action-category-catid-77" target="_blank"><b>爱 巢</b></A> </LI>
   <LI><A onMouseOver="changeNav('7')" onMouseOut="changeTimer('7')"
  href="http://www.hunfang.com/bbs/plugin.php?identifier=virtualimage&module=virtualimage" target="_blank"><b>互 动</b></A> </LI>
  <LI><A onMouseOver="changeNav('8')" onMouseOut="changeTimer('8')"
  href="http://www.hunfang.com/bbs" target="_blank"><b>论 坛</b></A> </LI>
</UL></DIV>
  
<DIV id=subnav>
<UL>
      <!--导航栏滑动首页键-->
         

<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0><A
  href="http://www.hunfang.com?action-category-catid-70" target="_blank"><b>楼盘展厅</b></A>  </LI>        
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<A href="http://www.hunfang.com/index.php/category-130" target="_blank"><b>新房</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<A href="http://www.hunfang.com" target="_blank"><b>二手房</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<A href="http://www.hunfang.com/index.php/category-92" target="_blank"><b>婚房指南</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<A href="http://www.hunfang.com/index.php/action-category-catid-176
" target="_blank"><b>专题</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0><A href="http://www.hunfang.com/index.php/action-image" target="_blank"><b>图库</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<A href="http://www.hunfang.com/index.php/action-announcement" target="_blank"><b>公告</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('0')" value=0>
<ul>
<marquee scrollamount=4><div>
<a href="http://www.hunfang.com/index.php/action-announcement-id-4" target="_blank"><b> 婚房网招募论坛版主!</b></a>
<a href="http://www.hunfang.com/index.php/action-announcement-id-6" target="_blank"><b> 婚房网官方空间请访问</b></a>
</div></marquee>
</ul> </LI>

    <!--房产导航-->
    <LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com?action-category-catid-90" target="_blank"><b>房产快讯</b></A>  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com?action-category-catid-130" target="_blank"><b>新盘信息</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com?action-category-catid-92" target="_blank"><b>婚房指南</b></A>
  </LI>
          <LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com?action-category-catid-94" target="_blank"><b>购房服务</b></A>
  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1><A href="http://www.hunfang.com?action-category-catid-24" target="_blank"><b>楼盘图库</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com?action-category-catid-64" target="_blank"><b>楼盘视频</b></A>  </LI>

             <LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com/bbs/house.php?whinfo=3&action=search" target="_blank"><b>房源信息</b></A> </LI>

<LI onmouseover=clearT(); onMouseOut="changeTimer('1')" value=1>
<A href="http://www.hunfang.com/index.php/gid=1" target="_blank"><b>房产论坛</b></A>
  </LI>
             

  
  
  
  <!--建材装修导航-->

<LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2><A href="http://www.hunfang.com?action-category-catid-95" target="_blank"><b>促销信息</b></A>  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-96" target="_blank"><b>产品导购</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-97" target="_blank"><b>装修潮流</b></A>
  </LI>
      <LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-20" target="_blank"><b>装修图片</b></A>
  </LI>
   <LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-127" target="_blank"><b>装修案例</b></A>  </LI>

   <LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-101" target="_blank"><b>装修大学</b></A>
  </LI>
      <LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com?action-category-catid-79" target="_blank"><b>设计师</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('2')" value=2>
<A href="http://www.hunfang.com/bbs/forumdisplay.php?fid=5" target="_blank"><b>热门论坛</b></A> </LI>

  
  
  <!--家居导航-->
  <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-112" target="_blank"><b>促销信息</b></A>  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-106" target="_blank"><b>产品导购</b></A>
  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-103" target="_blank"><b>家居家饰</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-104" target="_blank"><b>家电采购</b></A>
  </LI>
   <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-105" target="_blank"><b>家具指南</b></A>
  </LI>
          <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-77" target="_blank"><b>特色展厅</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com?action-category-catid-21" target="_blank"><b>新家图库</b></A> </LI>
     <LI onmouseover=clearT(); onMouseOut="changeTimer('3')" value=3>
<A href="http://www.hunfang.com/index.php/gid=9" target="_blank"><b>热门论坛</b></A> </LI>


  

<!--婚嫁导航-->
  <LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-107" target="_blank"><b>婚嫁资讯</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-116" target="_blank"><b>促销导购</b></A>
  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-115" target="_blank"><b>钻戒首饰</b></A>
  </LI>
          <LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-111" target="_blank"><b>婚纱礼服</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-117" target="_blank"><b>新娘图库</b></A> </LI>

<LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-114" target="_blank"><b>婚礼秘书</b></A>
  </LI>
   
           <LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-109" target="_blank"><b>两性生活</b></A> </LI>

<LI onmouseover=clearT(); onMouseOut="changeTimer('4')" value=4>
<A href="http://www.hunfang.com?action-category-catid-116" target="_blank"><b>母婴育儿</b></A> </LI>


  
  <LI onmouseover=clearT(); onMouseOut="changeTimer('5')" value=5><A>
<a href="http://www.hunfang.com/index.php/category-78"><b>个人空间</b></a>
<a href="http://www.hunfang.com/index.php/category-70"><b>商家展厅</b></a>
</A>
</LI>
   
   <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
  <A href="http://www.hunfang.com?action-category-catid-77" target="_blank"><b>情侣爱巢</b></A>
  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
  <A href="http://www.hunfang.com?action-category-catid-132" target="_blank"><b>情感天空</b></A>
  </LI>
          <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-174" target="_blank"><b>浪漫日记</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
                  <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-133" target="_blank"><b>生活语丝</b></A> </LI>

  <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-117" target="_blank"><b>美丽新娘</b></A>
  </LI>
     <LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-25" target="_blank"><b>亲密爱人</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-27" target="_blank"><b>快乐旅行</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('6')" value=6>
<A href="http://www.hunfang.com?action-category-catid-28" target="_blank"><b>宝宝SHOW</b></A> </LI>


  
<!--互动导航-->

  <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/bbs/plugin.php?identifier=virtualimage&module=virtualimage" target="_blank"><b>虚拟形象</b></A> </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7><A href="http://www.hunfang.com/bbs/plugins.php?p=nkflash" target="_blank"><b>游戏大厅</b></A>  </LI>
  <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/bbs/lovewall.php" target="_blank"><b>爱墙祝福</b></A>  </LI>
         <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/bbs/plugin.php?identifier=album&module=album&action=all" target="_blank"><b>社区相册</b></A>  </LI>
<LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/bbs/digest.php" target="_blank"><b>论坛精华</b></A>
  </LI>
      <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/index.php/action-video" target="_blank"><b>视频影音</b></A>
  </LI>
   <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/index.php/action-file" target="_blank"><b>宝典下载</b></A>  </LI>

   <LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/index.php/action-link" target="_blank"><b>精彩网摘</b></A>
  </LI>
     
<LI onmouseover=clearT(); onMouseOut="changeTimer('7')" value=7>
<A href="http://www.hunfang.com/index.php/action-group" target="_blank"><b>圈子部落</b></A> </LI>

  

  <LI onmouseover=clearT(); onMouseOut="changeTimer('8')" value=8><a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=61" target="_self" title="谈婚论嫁"><b>谈婚论嫁</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=25" target="_self" title="婚房话题"><b>婚房话题</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=54" target="_self" title="房产话题"><b>房产话题</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=58" target="_self" title="建材装修"><b>建材装修</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=31" target="_self" title="情感世界"><b>情感世界</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=18" target="_self" title="宝宝育儿"><b>宝宝育儿</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=60" target="_self" title="家居装饰"><b>家居装饰</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=20" target="_self" title="都市生活"><b>都市生活</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=63" target="_self" title="贴图大赏"><b>贴图大赏</b></a>
<a href="http://www.hunfang.com/bbs/forumdisplay.php?fid=67" target="_self" title="下载分享"><b>下载分享</b></a>
</LI>

</UL>

</DIV>

</DIV>

<!--黄色菜单导航结束-->
回复

使用道具 举报

 楼主| 9so 发表于 2007-9-5 17:55:36 | 显示全部楼层
他不会是HTML的吧
呵呵 用代码怎么表示啊
回复

使用道具 举报

 楼主| 9so 发表于 2007-9-5 18:04:31 | 显示全部楼层
没人说话呢``````````````````
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-6 07:23 , Processed in 0.022922 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表