Print.css打印表格给其他行上的行
我在我的网站上有大约80行的桌子。 我的问题是有些行在其他行上。 这是它的一张照片:

有人能告诉我第39行可以在第40行吗? 这是我的CSS:
body {
margin : 0;
padding : 0;
font : verdana, arial, "Trebuchet MS", tahoma, sans-serif;
color : #000;
text-align : left;
}
* html body {
text-align : center;
font : verdana, arial, "Trebuchet MS", tahoma, sans-serif;
line-height : 1.7em;
color : #000;
}
* html #container {
width : 720px;
text-align : left;
padding : 0;
}
element.style {
color: #000;
}
#recherche
{
display:none;
}
table.tableau
{
width: 450px;
margin: 0 auto;
border : 1px solid #7DCE27;
border-collapse:collapse;
font-family: arial, Times, serif;
font-size:14px;
}
table.tableau td
{
border : 1px solid #7DCE27;
}
#navlist {
display:none;
}
#banner {
display : none;
}
/*MAIN CONTENT*/
#content {
margin-left : 15px;
margin-right : 70px;
text-align : left;
}
/*MAIN CONTENT* IE 6 et IE 7*/
*html #content {
display : none;
}
/*SIDEBAR*/
#sidebar {
display : none;
}
/*SIDEBAR IE6 IE7*/
*html #sidebar {
display : none;
}
/*FOOTER*/
#footer {
display : none;
}
链接地址: http://www.djcxy.com/p/87567.html
