myfly99 - 2013/12/11 11:55:08


很想要这个设置的代码,你是超版,一定能联系管理员,帮个忙呗!!
xiyou - 2013/12/12 16:40:23
- <style type="text/css">
- .tab{}
- .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}
- .tab .header .sign{float:left;height:25px;}
- .tab .header .more{float:right;font-weight:normal;height:21px;padding:4px 10px 0 0px;}
- .tab .header .more a{font-size:12px;line-height:15px}
- .tab .content{clear:both;border:1px solid #BCD9F5;border-width:0px 1px 1px 1px;padding:5px 5px 5px 5px;height:100%}
- .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;}
- .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}
- </style>
- <div class="tab">
- <div class="header">
- <dl id="t" class="tab_t">
- <dd class="currtab"><a href="/soft/update/">产品公告</a></dd>
- <dd><a href="/moban/">模板中心</a></dd>
- <dd><a href="/soft/introduction">产品简介</a></dd>
- <dd><a target="_blank" href="http://bbs.pageadmin.net">论坛新帖</a></dd>
- </dl>
- </div>
- <div class="content">
- <dl id="c" class="tab_c">
- <dd>内容1</dd>
- <dd>内容2</dd>
- <dd>内容3</dd>
- <dd>内容4</dd>
- </dl>
- </div>
- </div>
- <script type="text/javascript">
- tabs("t","c","onmouseover")
- </script>
复制代码
myfly99 - 2013/12/13 10:41:46
多谢超版,非常感谢!!
但是在这个“内容1”“内容2”“内容3”我想调用子栏目的文章标题列表,如下图的样式,但是老是调用不成功,请超版明示,那个代码具体是如何写的,再次感谢!!

xiyou - 2013/12/16 16:07:46