<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    當(dāng)柳上原的風(fēng)吹向天際的時(shí)候...

    真正的快樂來源于創(chuàng)造

      BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
      368 Posts :: 1 Stories :: 201 Comments :: 0 Trackbacks
    以前我們已經(jīng)做過兩個(gè)了,今天有空再做一個(gè),對(duì)于練手積累都是有好處的。

    下面是效果圖:


    CSS定義部分:
      <style type="text/css">
            <!--
            Table.stock
    {
                border-top
    :1px solid #91b0cc;
                border-bottom
    :1px solid #91b0cc;
                border-left
    :1px solid #91b0cc;
                border-right
    :1px solid #91b0cc;
            
    }

            Table.stock caption
    {
                font-size
    :15px;
                font-weight
    :bold;
                text-align
    :left;
                height
    :24px;
                line-height
    :24px;
                
                border-top
    :1px solid #91b0cc;
                border-bottom
    :0px dashed #91b0cc;
                border-left
    :1px solid #91b0cc;
                border-right
    :1px solid #91b0cc;
                
                padding-left
    :5px;
                color
    :#484848;
                background-image
    :url(img/titBg.gif);
            
    }

            Table.stock th
    {
                font-size
    :13px;
                font-weight
    :normal;
                background-color
    :#f2f9ff;
                border-bottom
    :1px solid #91b0cc;
                color
    :#62676b;
                height
    :20px;
                line-height
    :20px;
                text-align
    :center;
            
    }    

            Table.stock td
    {    
                border-bottom
    :1px solid #e6e6e6;
                color
    :#62676b;
                height
    :20px;
                line-height
    :20px;
                
                text-align
    :center;
            
    }

            Table.stock td a
    {    
                color
    :#002b8d;
                text-decoration
    : underline;
            
    }

            Table.stock td a:hover
    {    
                color
    :#cc0000;
                text-decoration
    : underline;
            
    }

            .odd
    {
                background-color
    :#ffffff;
            
    }
            .even
    {
                background-color
    :#f5f5f5;
            
    }

            -->
        </style>

    所有代碼:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
     
    <head>
      
    <title>jQuery First</title>
      
    <style type="text/css">
        <!--
        Table.stock
    {
          border-top
    :1px solid #91b0cc;
          border-bottom
    :1px solid #91b0cc;
          border-left
    :1px solid #91b0cc;
          border-right
    :1px solid #91b0cc;
        
    }

        Table.stock caption
    {
          font-size
    :15px;
          font-weight
    :bold;
          text-align
    :left;
          height
    :24px;
          line-height
    :24px;
          
          border-top
    :1px solid #91b0cc;
          border-bottom
    :0px dashed #91b0cc;
          border-left
    :1px solid #91b0cc;
          border-right
    :1px solid #91b0cc;
          
          padding-left
    :5px;
          color
    :#484848;
          background-image
    :url(img/titBg.gif);
        
    }

        Table.stock th
    {
          font-size
    :13px;
          font-weight
    :normal;
          background-color
    :#f2f9ff;
          border-bottom
    :1px solid #91b0cc;
          color
    :#62676b;
          height
    :20px;
          line-height
    :20px;
          text-align
    :center;
        
    } 

        Table.stock td
    {    
          border-bottom
    :1px solid #e6e6e6;
          color
    :#62676b;
          height
    :20px;
          line-height
    :20px;
          
          text-align
    :center;
        
    }

        Table.stock td a
    {    
          color
    :#002b8d;
          text-decoration
    : underline;
        
    }

        Table.stock td a:hover
    {    
          color
    :#cc0000;
          text-decoration
    : underline;
        
    }

        .odd
    {
          background-color
    :#ffffff;
        
    }
        .even
    {
          background-color
    :#f5f5f5;
        
    }

        -->
      
    </style>
     
    </head>

     
    <body>
       
    <table class="stock" width="600" cellspacing="0">
            
    <caption>潛力股票一覽(2009年8月22日)</caption>
            
    <thead>
                
    <tr>
                    
    <th>代號(hào)</th>
                    
    <th>名稱</th>
                    
    <th>價(jià)格</th>
                    
    <th>漲跌幅</th>
                    
    <th>所屬板塊</th>
                    
    <th>子板塊</th>
                
    </tr>
            
    </thead>
            
    <tbody>
                
    <tr class="odd">
                    
    <td>600362</td>
                    
    <td>江西銅業(yè)</td>
                    
    <td>36.89</td>
                    
    <td>0.52%</td>
                    
    <td><href="#">有色金屬</a></td>
                    
    <td><href="#">銅業(yè)板塊</a></td>
                
    </tr>
                
    <tr class="even">
                    
    <td>601088</td>
                    
    <td>中國神華</td>
                    
    <td>33.27</td>
                    
    <td>2.37%</td>
                    
    <td><href="#">煤炭石油</a></td>
                    
    <td><href="#">煤炭板塊</a></td>
                
    </tr>
                
    <tr class="odd">
                    
    <td>000878</td>
                    
    <td>云南銅業(yè)</td>
                    
    <td>30.04</td>
                    
    <td>0.13%</td>
                    
    <td><href="#">有色金屬</a></td>
                    
    <td><href="#">銅業(yè)板塊</a></td>
                
    </tr>
                
    <tr class="even">
                    
    <td>600348</td>
                    
    <td>國陽新能</td>
                    
    <td>41.05</td>
                    
    <td>6.23%</td>
                    
    <td><href="#">煤炭石油</td>
                    
    <td><href="#">煤炭板塊</td>
                
    </tr>
                
    <tr class="odd">
                    
    <td>000762</td>
                    
    <td>西藏礦業(yè)</td>
                    
    <td>18.99</td>
                    
    <td>1.98%</td>
                    
    <td><href="#">有色金屬</a></td>
                    
    <td><href="#">稀缺資源</a></td>
                
    </tr>            
                
    <tr class="even">
                    
    <td>600269</td>
                    
    <td>贛粵高速</td>
                    
    <td>13.79</td>
                    
    <td>5.83%</td>
                    
    <td><href="#">運(yùn)輸物流</a></td>
                    
    <td><href="#">高速公路</a></td>
                
    </tr>
            
    </tbody>
        
    </table>
     
    </body>
    </html>

    <SCRIPT LANGUAGE="JavaScript">
    <!--

      
    //-->
    </SCRIPT>

    代碼下載:
    http://www.tkk7.com/Files/heyang/JsTable20090822203614.rar

    posted on 2009-08-22 20:40 何楊 閱讀(898) 評(píng)論(4)  編輯  收藏

    Feedback

    # re: 又一個(gè)表格CSS例子 2009-08-23 08:19 keer
    如果你用jQuery, 處理類似的表格樣式的話,代碼不超過10行,呵呵  回復(fù)  更多評(píng)論
      

    # re: 又一個(gè)表格CSS例子 2009-08-23 08:20 keer
    我把地址給你 http://www.style5.cn/archives/91  回復(fù)  更多評(píng)論
      

    # re: 又一個(gè)表格CSS例子 2009-08-23 10:47 heyang
    @keer

    嗯,jQuery是能幫我做不少事,但有些細(xì)節(jié)我覺得還是自己動(dòng)手好。如表格的CSS定義。至于間隔色,自己完成也很容易。只是jQuery的hover功能比較牛,有空再看看源碼。  回復(fù)  更多評(píng)論
      

    # re: 又一個(gè)表格CSS例子 2009-08-23 10:48 heyang
    @keer

    http://www.tkk7.com/heyang/archive/2009/08/22/292221.html

    這個(gè)是我自己做的表格處理類。歡迎批評(píng)指正。  回復(fù)  更多評(píng)論
      


    只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


    網(wǎng)站導(dǎo)航:
     
    主站蜘蛛池模板: 亚洲小视频在线播放| 亚洲国产品综合人成综合网站| 国产又大又长又粗又硬的免费视频 | 亚洲电影免费在线观看| 拨牐拨牐x8免费| 亚洲人成影院在线无码按摩店| 91亚洲视频在线观看| 中文字幕在线观看免费视频| 亚洲Av无码乱码在线观看性色| 亚洲最大的视频网站| 97在线视频免费公开观看| 日韩亚洲AV无码一区二区不卡| 美景之屋4在线未删减免费| 69视频在线观看免费| 亚洲综合在线视频| 国产成人精品免费视频大| 亚洲人成网站在线播放vr| 一区二区三区免费视频播放器| 成人一a毛片免费视频| 久久青草亚洲AV无码麻豆| 老妇激情毛片免费| 国产成人精品久久亚洲高清不卡 | 伊人久久亚洲综合影院首页| 性色午夜视频免费男人的天堂| 亚洲综合激情九月婷婷| 精品国产免费一区二区三区香蕉 | 亚洲综合综合在线| 毛片免费观看网站| 国产偷国产偷亚洲高清人| 毛片a级毛片免费观看免下载 | 国产亚洲精品无码专区| 亚洲AV无码专区在线电影成人| 99国产精品永久免费视频 | 亚洲大片免费观看| 国产av天堂亚洲国产av天堂| 一级一看免费完整版毛片| 亚洲成在人天堂在线| 99免费视频观看| 亚洲人成网站在线播放影院在线 | 亚洲av无码专区首页| 亚洲精品国产成人片|