Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 表格页眉组、表格页脚组属性不为';我不能在铬上工作_Css_Google Chrome_Header_Pagination_Footer - Fatal编程技术网

Css 表格页眉组、表格页脚组属性不为';我不能在铬上工作

Css 表格页眉组、表格页脚组属性不为';我不能在铬上工作,css,google-chrome,header,pagination,footer,Css,Google Chrome,Header,Pagination,Footer,这是我的密码 当我打印它时,它在Chrome中不起作用。我希望它把页眉和页脚的每一页打印模式。此外,在每个浏览器中,最后一个页脚都位于内容的底部。但我希望它是这一页的底部 有什么办法解决我的问题吗 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head&g

这是我的密码

当我打印它时,它在Chrome中不起作用。我希望它把页眉和页脚的每一页打印模式。此外,在每个浏览器中,最后一个页脚都位于内容的底部。但我希望它是这一页的底部

有什么办法解决我的问题吗

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex">
<meta http-equiv="cache-control" content="no-cache">    
<meta http-equiv="X-UA-Compatible" content="IE=8" />

<title>Brove.NET ISO Yazılımı</title>
<link rel="stylesheet" type="text/css" href="css/pagination.css" />
<style>
    #all thead { display: table-header-group; }
    #all tfoot { display: table-footer-group; }
    .header_table{ height:100px; }
    .footer_table{ height:100px; }
</style>
</head>

<body>
<table id="all">
   <thead><tr><td><table class="header_table"><tr><td>Your header goes here</td></tr></table></td></tr></thead>
   <tfoot><tr><td><table class="footer_table"><tr><td>Your footer goes here</td></tr></table></td></tr></tfoot>
   <tbody>
     <tr><td>
       Page body in here -- as long as it needs to be<br />
       <!-- i wrote this many -->
     </td></tr>
   </tbody>
</table>
</body>
</html>

Brove.NET ISO Yazılımı
#所有标签{显示:表格标题组;}
#所有tfoot{display:table footer group;}
.header_表{高度:100px;}
.footer_表{高度:100px;}
你的头球在这里
你的页脚在这里
此处的页面正文--只要需要
这是IE截图。在第二页中,它很好地放置了页眉和页脚

这是Firefox屏幕截图。它也在工作

但在chrome中,它不起作用


不幸的是,这是Webkit的一个已知问题

在Chrome问题跟踪程序上:

以及Webkit问题追踪器:


如果你想显示它对你很重要(我做过),请在Chrome问题跟踪器上标记它。

你能提供一个链接,指向它要测试的地方吗?或者是一个屏幕截图?我现在编辑了代码,我正在预选屏幕截图。这些显示值不是
thead
tfoot
的默认值吗?你根本不需要设置它们。我编辑了代码。我没有完全理解你的意思,我想这个答案已经过时了。然后我检查了链接。我希望我错了。。。