2013-03-05 45 views
0

我看到底部邊框在Chrome中,但IE8中沒有。如何解決這個問題在IE8中?邊框沒有出現在IE

<table> 
<tr> 
    <td>test</td> 
</tr> 
<tr> 
    <td style="border-bottom: 1px solid black;"></td> 
</tr> 
</table> 
+0

http://whathaveyoutried.com https://www.google.com/search?q=bottom-border+not+appearing+in+IE – 2013-03-05 15:08:16

回答

4

添加在你的文件的頂部DOCTYPE <!DOCTYPE html>和包括<html><body>元素,它應該工作。您通過不使用文檔類型觸發怪癖模式。