<?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>theboy的起居注 &#187; div</title>
	<atom:link href="http://qijuzhu.cn/tag/div/feed/" rel="self" type="application/rss+xml" />
	<link>http://qijuzhu.cn</link>
	<description>我们的生活有这么多的障碍，真他妈的有意思，这种逻辑就叫做黑色幽默。</description>
	<lastBuildDate>Tue, 21 Sep 2010 07:57: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>我的麦田</title>
		<link>http://qijuzhu.cn/i-wheat-fields/</link>
		<comments>http://qijuzhu.cn/i-wheat-fields/#comments</comments>
		<pubDate>Sat, 24 May 2008 14:09:28 +0000</pubDate>
		<dc:creator>theboy</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/?p=562</guid>
		<description><![CDATA[我把我们文化频道当成我的麦田，今天又推出一块田地，笨笨写的DIV+CSS，她的进步让我吃惊，虽然我修正了若干处细节。我希望有一天她能超过我。这几天我又劳累过度了，脑子有点累了。晚上六点多要出去吃饭，躺下就睡着了。还收到好几条短信。出去的时候没竟然忘记穿上衣了，穿上上衣又忘记换拖鞋了，换完拖鞋又忘记关灯了。脑子真的内存不够用了。过几天吃头猪升级下。 看我的新麦田的截图: 看下面这极具曲线美的DIV代码，简直是艺术品。HOHO。]]></description>
			<content:encoded><![CDATA[<p>我把我们<a title="文化频道" href="http://cul.shangdu.com" target="_blank">文化频道</a>当成我的麦田，今天又推出一块<a title="古都文化" href="http://cul.shangdu.com/capitals/" target="_blank">田地</a>，笨笨写的DIV+CSS，她的进步让我吃惊，虽然我修正了若干处细节。我希望有一天她能超过我。这几天我又劳累过度了，脑子有点累了。晚上六点多要出去吃饭，躺下就睡着了。还收到好几条短信。出去的时候没竟然忘记穿上衣了，穿上上衣又忘记换拖鞋了，换完拖鞋又忘记关灯了。脑子真的内存不够用了。过几天吃头猪升级下。</p>
<p>看我的新麦田的截图:</p>
<p><img src="http://qijuzhu.cn/img/capitals.jpg" alt="古都文化" /><br />
<img src="http://qijuzhu.cn/img/100names.jpg" alt="百家姓氏" /></p>
<p>看下面这极具曲线美的DIV代码，简直是艺术品。HOHO。</p>
<p><img src="http://qijuzhu.cn/img/div.jpg" alt="极具曲线美的DIV+CSS" width="337" height="677" /></p>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/i-wheat-fields/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>今天很开心</title>
		<link>http://qijuzhu.cn/today-very-happy/</link>
		<comments>http://qijuzhu.cn/today-very-happy/#comments</comments>
		<pubDate>Thu, 22 May 2008 15:37:34 +0000</pubDate>
		<dc:creator>theboy</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/?p=560</guid>
		<description><![CDATA[某人学习DIV进步很快，我很开心，奖励一个西瓜。以资鼓励。]]></description>
			<content:encoded><![CDATA[<p>某人学习DIV进步很快，我很开心，奖励一个西瓜。以资鼓励。<img src="http://qitiao.cn/wp-content/uploads/2008/05/105244sno.gif" alt="" width="50" height="50" /></p>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/today-very-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>div 居中的方法</title>
		<link>http://qijuzhu.cn/div-middle-way/</link>
		<comments>http://qijuzhu.cn/div-middle-way/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:19:14 +0000</pubDate>
		<dc:creator>theboy</dc:creator>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/?p=557</guid>
		<description><![CDATA[最近不停的遇到这个问题，后来看了看MOP的CSS，总算找到解决方法。把你的CSS里面加入下面的CSS，同时在把你的所有内容都放在center这个div里面就行了。 .center{ width:940px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }]]></description>
			<content:encoded><![CDATA[<p>最近不停的遇到这个问题，后来看了看MOP的CSS，总算找到解决方法。把你的CSS里面加入下面的CSS，同时在把你的所有内容都放在center这个div里面就行了。<br />
<code>.center{<br />
width:940px;<br />
margin-top: 0;<br />
margin-right: auto;<br />
margin-bottom: 0;<br />
margin-left: auto;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/div-middle-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

