产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

请xiyou超版帮个忙啊 [复制链接]

1#


很想要这个设置的代码,你是超版,一定能联系管理员,帮个忙呗!!
分享 转发
TOP
2#

  1. <style type="text/css">
  2. .tab{}
  3. .tab .header{clear:both;height:25px;text-align:left;background:url(http://www.pageadmin.net/e/css/images/title_bg.gif) repeat-x 0 0;border:0 solid #BCD9F5;border-width:1px 1px 0px 1px;overflow:hidden}
  4. .tab .header .sign{float:left;height:25px;}
  5. .tab .header .more{float:right;font-weight:normal;height:21px;padding:4px 10px 0 0px;}
  6. .tab .header .more a{font-size:12px;line-height:15px}
  7. .tab .content{clear:both;border:1px solid #BCD9F5;border-width:0px 1px 1px 1px;padding:5px 5px 5px 5px;height:100%}
  8. .tab .tab_t dd.current{background:url(http://www.pageadmin.net/e/css/images/sign_bg_over.gif) no-repeat 0 0;font-weight:bold;}
  9. .tab .tab_t dd{color:#003060;background:url(http://www.pageadmin.net/e/css/images/sign_bg.gif) repeat-x 0 0;float:left;width:80px;width:80px;height:21px;padding:4px 0 0 20px;cursor:pointer}
  10. </style>


  11. <div class="tab">
  12. <div class="header">
  13.     <dl id="t" class="tab_t">
  14.         <dd class="currtab"><a href="/soft/update/">产品公告</a></dd>
  15.         <dd><a href="/moban/">模板中心</a></dd>
  16.         <dd><a href="/soft/introduction">产品简介</a></dd>
  17.         <dd><a target="_blank" href="http://bbs.pageadmin.net">论坛新帖</a></dd>
  18.     </dl>
  19. </div>
  20. <div  class="content">
  21. <dl id="c" class="tab_c">
  22. <dd>内容1</dd>
  23. <dd>内容2</dd>
  24. <dd>内容3</dd>
  25. <dd>内容4</dd>
  26. </dl>
  27. </div>
  28. </div>
  29. <script type="text/javascript">
  30. tabs("t","c","onmouseover")
  31. </script>
复制代码
TOP
3#

多谢超版,非常感谢!!

但是在这个“内容1”“内容2”“内容3”我想调用子栏目的文章标题列表,如下图的样式,但是老是调用不成功,请超版明示,那个代码具体是如何写的,再次感谢!!


TOP
4#
TOP
发新话题 回复该主题