PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

一步一步教你TAB选项卡布局功能的实现(官网首页有演示) [复制链接]

1#

按照您的说明操作没有成功 请问下您所说的ID 是不是那个三个19  20  22 三个地方改??
分享 转发
TOP
2#

楼上这位大哥
<script language=javascript>
function show_Hide(id)
  {
Module1=document.getElementById("Module_19");
Module2=document.getElementById("Module_20");
Module3=document.getElementById("Module_22");
H1=document.getElementById("H_1");
H2=document.getElementById("H_2");
H3=document.getElementById("H_3");
MoreID=document.getElementById("More_id");

    Module1.style.display="none";
    Module2.style.display="none";
    Module3.style.display="none";
    H1.className="template_sign_1";
    H2.className="template_sign_1";
    H3.className="template_sign_1";

    switch(id)
    {
      case "Module_19":
          Module1.style.display="";
          H1.className="template_sign";
          MoreID.href="/cn/article/lanmu_24_80.html";
      break;
      case "Module_20":
          Module2.style.display="";
          H2.className="template_sign";
          MoreID.href="/cn/article/lanmu_22_59.html";
      break;
      case "Module_22":
          Module3.style.display="";
          H3.className="template_sign";
          MoreID.href="/cn/introduct/lanmu_24_57.html";
      break;
    }

  }
//注释:template_sign_1和template_sign分别表示鼠标离开或经过的样式
</script>
<table height="25" cellspacing="0" cellpadding="0" width="100%" align="left" border="0">
    <tbody>
        <tr>
            <td><span class="template_sign" id="H_1" >新闻</span></td>
            <td><span class="template_sign_1" id="H_2" >产品</span></td>
            <td><span class="template_sign_1" id="H_3" >简介</span></td>
            <td><span class="template_more"><a id="More_id" href="/cn/article/lanmu_24_80.html">more </a></span></td>
        </tr>
    </tbody>
</table>


是改
Module1=document.getElementById("Module_19");
Module2=document.getElementById("Module_20");
Module3=document.getElementById("Module_22");

还有: case "Module_19":   case "Module_20":     case "Module_22":    这六个地方吗?? 是错了还是还有别的地方要改?
麻烦您再指导详细点 我还没有搞明白!谢谢!
TOP
3#

还是没有研究出来
附件:您需要登录才可以下载或查看附件。没有帐号? 注册
确实没有刷子,混不了社会啊!麻烦大哥大姐们指导指导!
TOP
发新话题 回复该主题