<?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>CG的技术博客 &#187; DIV</title>
	<atom:link href="http://fantaci.org/archives/tag/div/feed" rel="self" type="application/rss+xml" />
	<link>http://fantaci.org</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 01:53:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>解决在DIV+Css页面中的right浮动移位或显示错误的问题</title>
		<link>http://fantaci.org/archives/602</link>
		<comments>http://fantaci.org/archives/602#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[源程序]]></category>
		<category><![CDATA[程序设计]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DIV]]></category>

		<guid isPermaLink="false">http://www.fantaci.org/?p=602</guid>
		<description><![CDATA[大家在做新闻列表显示时，通常会在标题后面增加一个右边对齐的日期文本来显示
这个使用表格做页面设计时候是很简单的，但是如果是DIV方式来实现的话，会有点
麻烦，需要做两层嵌套的来实现，而且代码控制也不易于实现，当然如果你对浏览
器显示效果要求不高的话，可以用li+一个rightfloat的层来实现，但是这种方式在
IE6，IE7下面就会有向下移位的问题，IE8下却没有，这个跟IE8的绘制算法有关，
有疑问的朋友可以与CG探讨.<p><a href="http://fantaci.org/archives/602">解决在DIV+Css页面中的right浮动移位或显示错误的问题</a> is a post from <a href="http://fantaci.org">fantaci.org</a> and <a href="http://cg45.cn">cg45.cn</a></p>
]]></description>
			<content:encoded><![CDATA[<p>大家在做新闻列表显示时，通常会在标题后面增加一个右边对齐的日期文本来显示
这个使用表格做页面设计时候是很简单的，但是如果是DIV方式来实现的话，会有点
麻烦，需要做两层嵌套的来实现，而且代码控制也不易于实现，当然如果你对浏览
器显示效果要求不高的话，可以用li+一个rightfloat的层来实现，但是这种方式在
IE6</p>]]></content:encoded>
			<wfw:commentRss>http://fantaci.org/archives/602/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
