表行的底部边框未在IE中显示

时间:2012-07-05 19:46:46

标签: asp.net html

http://www.surefiretaxes.com/Business/Crosslink-Tax-Software

在视频和2张图片中,其中显示“功能”,这在Chrome / FireFox中正确显示,但未显示在IE9中。令我感到困惑的是,当我将相同的信息输出并投入DreamWeaver时,它的工作完全正常。

<style>
.Comparisonlbl                               {font-size: 13pt; color: #0061A0; line-    height:1.2em}
.Comparison                {border-collapse: collapse; border-spacing: 0;}
.Comparison tr                             {border-bottom: 1px solid #4D4D4D; line-height:1.3em}
.Comparison th                             {font-size: 11pt; color: #595959; padding: 15px 0 3px; text-align:center; vertical-align:top}
.Comparison td                             {text-align:left; color:#4D4D4D; font-size: small;}
</style>
</head>

<body>



<table class="Comparison" width="700px;">
  <tbody>
    <tr>
      <th style="padding: 15px 0px 3px; text-align: center; color: maroon; font-size: 11pt; vertical-align: top;" width="324">Features Not Mentioned in the Video Above</th>
      <th style="padding: 15px 0px 3px; text-align: center; color: maroon; font-size: 11pt; vertical-align: top;" width="364">Feature Description</th>
    </tr>
 <tr>
      <th>Free Included Features:<br></th>
  <th><div align="center"></div></th>
</tr>
<tr>
      <td><strong>Free Unlimited E-Filing</strong><br>
<span style="font-size: x-small;">1040s, 1041, 1120s/c, 1065, 706, 709, 990, 5500 and more</span></td>
      <td>You can E-File any Individual or Business form for any of the 50 U.S. states free of charge. To see a complete list of all the forms that you can e-file for free see our [<a href="/Home/Tax-Forms" target="blank">Included Tax Forms</a>] page.</td>
    </tr>
    <tr style="line-height: 1.3em; border-bottom-width: 0px;">
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <th>Free Included Features:<br>
        <div style="font-size: 9pt;">Crosslink doesn't offer these options</div></th>
      <th><div align="center"></div></th>
   </tr>
    <tr>
      <td><strong>Automatic Backup Software</strong></td>
      <td>Backup your Tax Data from any year using our backup software. You can also retrieve these returns anywhere anytime. - [<a href="/Business/New-2013#Backup" target="blank">read more</a>]</td>
    </tr>
    <tr>
      <td><strong>E-File 2010, 2011, and 2012 returns</strong></td>
      <td>With Sure-Fire you will be able to E-File 2010, 2011, and 2012 tax returns. This feature isn't available with many software vendors. - [<a href="/Business/New-2013#EFILE" target="blank">read more</a>]</td>
    </tr>
    <tr>
      <td><strong>Interview Form Sheet</strong></td>
      <td>Our software has a built in Interview Form Sheet that asks you questions to help determine what forms are needed for the return. - [<a href="/Business/New-2013#Interview" target="blank">read more</a>]</td>
    </tr>
    <tr>
      <td>
<table border="0">
<tbody>
<tr>
<td vAlign="center;"><strong>Refund by Pre-Paid Mastercard</strong>
</td>
<td vAlign="center;" width="85"><img border="0" src="/SureFire/v2/moneywise_card.png" width="60"></td>
</tr>
</tbody>
</table>
</td>
  <td>Give your customers a Pre-Paid Mastercard their refund will be deposited onto before they leave your store. - [<a href="WesternUnion-Moneywise" target="blank">read more</a>]</td>
</tr>
<tr>
  <td><strong>Sure-Fire Assistant</strong></td>
  <td>This software shows videos on how to do everything from a 1040 return to an amended return. Also, this software can automatically fix any software issues you might run into 9 times out of 10 without contacting support. - [<a href="/Business/Sure-Fire-Assistant" target="blank">read more</a>]</td>
</tr>
  </tbody>
</table>

2 个答案:

答案 0 :(得分:1)

我不认为边界底部适用于tr。尝试将它放在td标签上。

答案 1 :(得分:0)

您是否尝试过声明doctype:

DOCTYPE html PUBLIC“ - // W3C // DTD XHTML 1.0 Transitional // EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”

仅供参考,你需要适当的标记,但我不能放置它们。 如果没有它们,IE会对桌面样式感到挑剔。希望它有效,对不起,我通常会先为你测试,但我在移动。