随笔 - 200  文章 - 1  评论 - 100  阅读 - 49万

网页选项卡风格显示

 <script language="javascript" src="../css/ps/tabpane.js"></script>  
  <link rel="stylesheet" type="text/css" href="../css/ps/tab.winclassic.css">
复制代码
<DIV class=tab-pane id=tabPane1 style="width:98%">

<SCRIPT type=text/javascript>
tp1 
= new WebFXTabPane( document.getElementById( "tabPane1") ,false );
</SCRIPT>
<DIV class=tab-page id=tabPage1>
<H4 class="tab">详细信息
</H4>
<SCRIPT type=text/javascript>tp1.addTabPage( document.getElementById( "tabPage1" ) );</SCRIPT>
aaaaaaaaaaaa
</DIV>

 
 
<DIV class=tab-page id=tabPage2>
<H4 class="tab">
    附件(
<font id="Font3" color="blue"><asp:Label ID="LabelFileCount" runat="server"></asp:Label></font>)
</H4>
<SCRIPT type=text/javascript>tp1.addTabPage( document.getElementById( "tabPage2" ) );</SCRIPT>
bbbbbbbb
 
</DIV>
 

</DIV>
复制代码
点击下载:JS文件和CSS文件
posted on   ringwang  阅读(266)  评论(0编辑  收藏  举报
(评论功能已被禁用)
< 2009年8月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示