Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 chrome 中看到了底部边框,但在 IE8 中没有。如何在 IE8 中解决这个问题?
<table> <tr> <td>test</td> </tr> <tr> <td style="border-bottom: 1px solid black;"></td> </tr> </table>
<!DOCTYPE html在文件顶部添加一个 doctype > 并包含<html>and<body>元素,它应该可以工作。您通过不使用文档类型来触发怪癖模式。
<!DOCTYPE html
<html>
<body>