<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>相信明天会更好 &#187; 边框</title>
	<atom:link href="http://www.sunnyweiwei2008.cn/tag/%e8%be%b9%e6%a1%86/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sunnyweiwei2008.cn</link>
	<description>Tomorrow will be better</description>
	<lastBuildDate>Thu, 25 Feb 2010 08:20:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>css控制表格边框</title>
		<link>http://www.sunnyweiwei2008.cn/2008/09/css%e6%8e%a7%e5%88%b6%e8%a1%a8%e6%a0%bc%e8%be%b9%e6%a1%86.html</link>
		<comments>http://www.sunnyweiwei2008.cn/2008/09/css%e6%8e%a7%e5%88%b6%e8%a1%a8%e6%a0%bc%e8%be%b9%e6%a1%86.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 12:46:36 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[单元格]]></category>
		<category><![CDATA[表格]]></category>
		<category><![CDATA[边框]]></category>

		<guid isPermaLink="false">http://www.sunnyweiwei.cn/?p=47</guid>
		<description><![CDATA[如果把一个border应用到一个table样式，那么border的作用域是表格的外边框，而不是给任何的单元格画上边框轮廓，但是如果你应用边框给单元格（td {border：1px  solid  black；}），那么会在两个单元格之间留下一条间隙，这样看起来非常难看。一个能同时消除间隙，又能消除单元格双边框的方法： CSS语言: 消除双边框和中间的间隙 table { border-collapse:collapse; }]]></description>
			<content:encoded><![CDATA[<p>如果把一个border应用到一个table样式，那么border的作用域是表格的外边框，而不是给任何的单元格画上边框轮廓，但是如果你应用边框给单元格（td {border：1px  solid  black；}），那么会在两个单元格之间留下一条间隙，这样看起来非常难看。一个能同时消除间隙，又能消除单元格双边框的方法：</p>
<div style="background: #fdfdfd none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="text-decoration: underline;">CSS语言</span>: <a href="http://www.fayaa.com/code/view//">消除双边框和中间的间隙</a></div>
<div class="source" style="background-color: #c3d9ff; font-family: "><span style="font-weight: bold; color: #000080;">table</span><br />
{<br />
<span style="font-weight: bold; color: #000080;">border-collapse</span>:<span style="font-weight: bold; color: #000080;">collapse</span>;<br />
}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sunnyweiwei2008.cn/2008/09/css%e6%8e%a7%e5%88%b6%e8%a1%a8%e6%a0%bc%e8%be%b9%e6%a1%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

