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

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

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

    HelloWorld 善戰(zhàn)者,求之于勢,不責(zé)于人;故能擇人而任勢。

    知止而后有定,定而后能靜,靜而后能安,安而后能慮,慮而后能得。物有本末,事有終始。知所先后,則近道矣。

      BlogJava :: 首頁 ::  :: 聯(lián)系 ::  :: 管理 ::
      167 隨筆 :: 1 文章 :: 40 評論 :: 0 Trackbacks
    Header 1 Header 2 Header 3 Header 4
    Cell Content 1 Cell Content 2 Cell Content 3 Cell Content 4
    More Cell Content 1 More Cell Content 2 More Cell Content 3 More Cell Content 4
    Even More Cell Content 1 Even More Cell Content 2 Even More Cell Content 3 Even More Cell Content 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 And Repeat 4
    And Repeat 1 And Repeat 2 And Repeat 3 最后 7
    合計: 10000


    代碼

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
    <style type="text/css"> 
    <!-- 
    body { 
    background: #FFF; 
    color: #000; 
    font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    margin: 10px; 
    padding: 0 

    table, td, a { 
    color: #000; 
    font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif 

    .td 

    nowrap:’’true’’; 

    div.tableContainer { 
    clear: both; 
    border: 1px solid #963; 
    height: 285px; 
    overflow: auto; 
    width: 100%; 

    /* WinIE 6.x needs to re-account for it’’s scrollbar. Give it some padding */ 
    \html div.tableContainer/* */ { 
    padding: 0 16px 0 0 

    /* clean up for allowing display Opera 5.x/6.x and MacIE 5.x */ 
    html>body div.tableContainer { 
    height: auto; 
    padding: 0; 
    width: 740px 

    /* Reset overflow value to hidden for all non-IE browsers. */ 
    /* Filter out Opera 5.x/6.x and MacIE 5.x */ 
    head:first-child+body div[class].tableContainer { 
    height: 285px; 
    overflow: hidden; 
    width: 756px 

    /* define width of table. IE browsers only */ 
    /* if width is set to 100%, you can remove the width */ 
    /* property from div.tableContainer and have the div scale */ 
    div.tableContainer table { 
    float: left; 
    width: 100% 

    /* WinIE 6.x needs to re-account for padding. Give it a negative margin */ 
    \html div.tableContainer table/* */ { 
    margin: 0 -16px 0 0 

    /* define width of table. Opera 5.x/6.x and MacIE 5.x */ 
    html>body div.tableContainer table { 
    float: none; 
    margin: 0; 
    width: 740px 

    /* define width of table. Add 16px to width for scrollbar. */ 
    /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ 
    head:first-child+body div[class].tableContainer table { 
    width: 756px 

    /* set table header to a fixed position. WinIE 6.x only */ 
    /* In WinIE 6.x, any element with a position property set to relative and is a child of */ 
    /* an element that has an overflow property set, the relative value translates into fixed. */ 
    /* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */ 
    thead.fixedHeader tr { 
    position: relative; 
    /* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution */ 
    top: expression(document.getElementById("tableContainer").scrollTop) 

    thead.fixedHeader2 tr { 
    position: relative; 
    /* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution */ 
    bottom: expression(document.getElementById("tableContainer").scrollHeight > document.getElementById("tableContainer").clientHeight ? document.getElementById("tableContainer").scrollHeight - document.getElementById("tableContainer").scrollTop - document.getElementById("tableContainer").clientHeight :0) 

    /* set THEAD element to have block level attributes. All other non-IE browsers */ 
    /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */ 
    /* Filter out Opera 5.x/6.x and MacIE 5.x */ 
    head:first-child+body thead[class].fixedHeader tr { 
    display: block 

    /* make the TH elements pretty */ 
    thead.fixedHeader th { 
    background: #C96; 
    border-left: 1px solid #EB8; 
    border-right: 1px solid #B74; 
    border-top: 1px solid #EB8; 
    font-weight: normal; 
    padding: 4px 3px; 
    text-align: center 

    /* make the TH elements pretty */ 
    thead.fixedHeader2 th { 
    background: #C96; 
    border-left: 1px solid #EB8; 
    border-right: 1px solid #B74; 
    border-top: 1px solid #EB8; 
    font-weight: normal; 
    padding: 4px 3px; 
    text-align: left 

    /* make the A elements pretty. makes for nice clickable headers */ 
    thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited { 
    color: #FFF; 
    display: block; 
    text-decoration: none; 
    width: 100% 

    thead.fixedHeader2 a, thead.fixedHeader2 a:link, thead.fixedHeader a:visited { 
    color: #FFF; 
    display: block; 
    text-decoration: none; 
    width: 100% 

    /* make the A elements pretty. makes for nice clickable headers */ 
    /* WARNING: swapping the background on hover may cause problems in WinIE 6.x */ 
    thead.fixedHeader a:hover { 
    color: #FFF; 
    display: block; 
    text-decoration: underline; 
    width: 100% 

    /* define the table content to be scrollable */ 
    /* set TBODY element to have block level attributes. All other non-IE browsers */ 
    /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */ 
    /* induced side effect is that child TDs no longer accept width: auto */ 
    /* Filter out Opera 5.x/6.x and MacIE 5.x */ 
    head:first-child+body tbody[class].scrollContent { 
    display: block; 
    height: 262px; 
    overflow: auto; 
    width: 100% 

    /* make TD elements pretty. Provide alternating classes for striping the table */ 
    /* http://www.alistapart.com/articles/zebratables/ */ 
    tbody.scrollContent td, tbody.scrollContent tr.normalRow td { 
    background: #FFF; 
    border-bottom: 1px solid #EEE; 
    border-left: 1px solid #EEE; 
    border-right: 1px solid #AAA; 
    border-top: 1px solid #AAA; 
    padding: 2px 3px 

    tbody.scrollContent tr.alternateRow td { 
    background: #EEE; 
    border-bottom: 1px solid #EEE; 
    border-left: 1px solid #EEE; 
    border-right: 1px solid #AAA; 
    border-top: 1px solid #AAA; 
    padding: 2px 3px 

    /* define width of TH elements: 1st, 2nd, and 3rd respectively. */ 
    /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ 
    /* Add 16px to last TH for scrollbar padding */ 
    /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors */ 
    head:first-child+body thead[class].fixedHeader th { 
    width: 200px 

    head:first-child+body thead[class].fixedHeader th + th { 
    width: 250px 

    head:first-child+body thead[class].fixedHeader th + th + th { 
    border-right: none; 
    padding: 4px 4px 4px 3px; 
    width: 316px 

    /* define width of TH elements: 1st, 2nd, and 3rd respectively. */ 
    /* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */ 
    /* Add 16px to last TH for scrollbar padding */ 
    /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors */ 
    head:first-child+body tbody[class].scrollContent td { 
    width: 200px 

    head:first-child+body tbody[class].scrollContent td + td { 
    width: 250px 

    head:first-child+body tbody[class].scrollContent td + td + td { 
    border-right: none; 
    padding: 2px 4px 2px 3px; 
    width: 300px 

    /* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution */ 
    top: expression(document.getElementById("tableContainer").scrollTop) 

    --> 
    </style> 
    </head><body> 
     <script>
       function test() {
        var cH = document.getElementById("tableContainer").clientHeight;
        var sH = document.getElementById("tableContainer").scrollHeight;
        var sT = document.getElementById("tableContainer").scrollTop;
        alert(cH+":"+sH+":"+sT);
       }
      </script>
    <div id="tableContainer" class="tableContainer"> 
    <table border="0" cellpadding="0" cellspacing="0" width="100%" class="scrollTable"> 
    <thead class="fixedHeader"> 
    <tr> 
    <th><a href="#" onclick="javascript:test();">Header 1</a></th> 
    <th><a href="#">Header 2</a></th> 
    <th><a href="#">Header 3</a></th> 
    <th><a href="#">Header 4</a></th> 
    </tr> 
    </thead> 
    <tbody class="scrollContent"> 
    <tr> 
    <td>Cell Content 1</td> 
    <td>Cell Content 2</td> 
    <td>Cell Content 3</td> 
    <td>Cell Content 4</td> 
     
    </tr> 
    <tr> 
    <td>More Cell Content 1</td> 
    <td>More Cell Content 2</td> 
    <td>More Cell Content 3</td> 
    <td>More Cell Content 4</td> 
    </tr> 
    <tr> 
    <td nowrap>Even More Cell Content 1</td> 
    <td nowrap>Even More Cell Content 2</td> 
    <td nowrap>Even More Cell Content 3</td> 
    <td nowrap>Even More Cell Content 4</td> 
    </tr> 

    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr>
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr>
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr>
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr> 
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>And Repeat 4</td> 

    </tr>
    <tr> 
    <td>And Repeat 1</td> 
    <td>And Repeat 2</td> 
    <td>And Repeat 3</td> 
    <td>最后 7</td> 
    </tr> 

    </tbody> 

    <thead class="fixedHeader2"> 
    <tr> 
    <th><a href="#">合計:</a></th> 
    <th colspan=6><a href="#">10000</a></th> 
    </tr> 
    </thead> 

    </table> 
    </div> 

    </body></html>



    </script>

    posted on 2008-09-04 09:12 helloworld2008 閱讀(2714) 評論(1)  編輯  收藏 所屬分類: html/javascript/css

    評論

    # re: html table 標(biāo)題 不滾動[未登錄] 2011-03-07 19:52 Kevin
    加上:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">后,不生效,還找不到解決辦法。  回復(fù)  更多評論
      

    主站蜘蛛池模板: 亚洲日韩精品国产3区| 亚洲精品福利网站| 妞干网手机免费视频| 久久久久se色偷偷亚洲精品av| 午夜亚洲av永久无码精品| 久久久久久久免费视频| 亚洲欧美日韩中文无线码 | 久久精品国产亚洲Aⅴ蜜臀色欲| 国产99视频精品免费观看7| 免费人成在线观看网站| 成年网站免费入口在线观看| 亚洲一卡2卡3卡4卡乱码 在线| 亚洲国产精品国自产电影| 国产免费看JIZZ视频| 久久久久久AV无码免费网站下载| 67pao强力打造67194在线午夜亚洲| 亚洲人成无码www久久久| 国产成人在线观看免费网站| 国产1024精品视频专区免费| 在线美女免费观看网站h| 久久精品视频免费| 中文无码日韩欧免费视频| 色吊丝性永久免费看码 | 成年人视频免费在线观看| 黄色a级片免费看| 亚洲欧洲免费无码| 久久综合久久综合亚洲| 亚洲精品国精品久久99热一| a级毛片无码免费真人| 三根一起会坏掉的好痛免费三级全黄的视频在线观看 | 亚洲国产精品一区二区三区在线观看| 色拍自拍亚洲综合图区| 久久亚洲精品成人AV| 久久精品国产亚洲77777| 亚洲网站在线观看| 1区1区3区4区产品亚洲| 久久精品国产亚洲av高清漫画| 亚洲国产天堂在线观看| 亚洲久本草在线中文字幕| 亚洲最大成人网色| 亚洲avav天堂av在线网爱情|