1

我有一个带有thead的表格包括几个div,当我用img删除div时,它可以正常工作但是当我将img添加到其中一个时,它不会在打印模式下每页重复,我还添加了背景要潜水的图像而不是 img,仍然无法正常工作,还有背景图像到 tah,仍然无法正常工作!我的代码如下:

<thead style="border:0;">
<tr>
<th colspan="8" >
<div  align="right" style="display:inline-block; 
background-image:url(http://persiacala.com/cache/fck_files/image/logo.png); 
background-repeat:no-repeat; background-position:right; text-align:right;
width:1200px; he text-align=right; height:190px;">
</div>
<div class="nochangeLang" align="left" style="border-bottom:solid 1px; 
margin-left:50px; margin-right:250px; text-align:center; 
font-family:Aharoni;    font-size:14pt; " >            
ProFoma Invoice No :$شماره پيش 
</div>
<div align="left" class="nochangeLang" style="padding-bottom:9px;
margin-left:50px; text-align:left; font-family: Aharoni; 
font-size:12pt;">    
Date:$DateDigit$                                                          
</div>
<div class="nochangeLang" align="left" style="font-family: Aharoni; 
font-size: 11pt; text-align:left;">                                                
TO:$CompanyNameRequester$                                                         
</div>
<div align="left" style="font-family: Aharoni; 
font-size: 11pt; text-align:left;">                
Att:$PersonNameRequester$                                                             
</div>
<div align="left" style="font-family: Aharoni; font-size: 11pt; text-align:left;">
Ref No:$RefNo$ Requsted DD.:$RequestedDD$
</div>
</th>
</tr>
</thead>

我也将此 css 添加到我的 css 表中:

thead {
display:table-header-group;
}

仍然无法正常工作,就在我删除 img 时,它可以工作!感谢帮助。

4

1 回答 1

0

我为所有 div 添加了高度并将它们的高度限制为 20 px,然后 FF 就像我预期的那样。

于 2013-11-06T20:16:53.727 回答