対象ã¨ãããã¼ãã«ã§ã¯ãããé¨ãtheadè¦ç´ å ã«è¨è¿°ããããã£é¨ã¨åé¢ãã¦ããã¾ãã <table> <thead> <tr> <th>A</th> <th>B</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>1</td> </tr> </tbody> </table> theadã¨tbodyããããã¯è¦ç´ ã¨ããtbodyã®overflowãscrollã¨ãã¾ãã <style type="text/css"> thead, tbody { display: block; } tbody { overflow-x: hidden; overflow-y: scroll; height: 100px; } </style> ãã®overflowãautoã¨ããå ´åãInternet ExplorerãFirefoxã§ã¯ã¹ã¯ãã¼ã«ãã¼ãå³ç«¯ã®ã»
{{#tags}}- {{label}}
{{/tags}}