奇怪的表格线问题!
昨天晚上,为这个表格线而烦恼,暂时还无法解决掉,下面是我在经典论坛发的求助贴。帖子内容:[url]http://bbs.blueidea.com/thread-2902993-1-1.html[/url]
下面这段代码,在firefox浏览器下,左边的表格线条无法和上面的对齐?0s9w#@.I$M s0eEJ#K*E
这个在不改变模板的情况下,如何修改CSS来解决呢?:confused:[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1_"m:yU#bj.[
<html xmlns="http://www.w3.org/1999/xhtml">}'_ eE~;M)@^.| k S
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title> 如意吧社区 天意主页 - Powered by ry168.net</title>
<style>
* { word-wrap: break-word; margin: 0; padding: 0; }
body { text-align: center; }^wl5`Z
#wrap { width: 600px; text-align: center; margin: 0 auto; }
table { empty-cells: show; border-collapse: collapse; }M@v,z8p `I;R6D
.mainbox table { width: 100%; }o/D0l.s*R
.list { margin-top: 8px; border: none; }
.list h3 { border: 1px solid #000; background-color: #ccc; height: 35px; }V5t3\R n2}e}
.list td, .list th { border-width: 0px 1px 1px 1px; border-style: solid; border-color: #000; padding: 6px 2px; }
</style>
