<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/css-table-tr-border-html/</link>
<title><![CDATA[css中指定table的tr边框]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[前端开发]]></category>
<pubDate>Tue, 21 Sep 2010 07:56:14 +0000</pubDate> 
<guid>https://www.heckjj.com/css-table-tr-border-html/</guid> 
<description>
<![CDATA[ 
	<span style="font-family: 微软雅黑;">你可能发现在css中指定的tr边框不起作用，而如果指定td的边框又会有间断的现象出现。这种情况下可以参照下面的代码：</span><br/><textarea name="code" class="css" rows="15" cols="100">
 table &#123; border-collapse:collapse; &#125;&nbsp;&nbsp;
 td &#123; border-bottom:1px solid #0f0; &#125;
</textarea><br/><span style="font-family: 微软雅黑;">对于某些浏览器，在设定了border-collapse为collapse之后也可以直接指定tr的边框。</span><br/>Tags - <a href="https://www.heckjj.com/tags/web%25E5%25BC%2580%25E5%258F%2591/" rel="tag">web开发</a> , <a href="https://www.heckjj.com/tags/html/" rel="tag">html</a> , <a href="https://www.heckjj.com/tags/css/" rel="tag">css</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/css-table-tr-border-html/#blogcomment</link>
<title><![CDATA[[评论] css中指定table的tr边框]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/css-table-tr-border-html/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>