<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CSS3系列教程:多列/多卷</title>
	<atom:link href="http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html</link>
	<description>专注于网站前端设计与前端开发</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ctrl#</title>
		<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/comment-page-1#comment-124368</link>
		<dc:creator>Ctrl#</dc:creator>
		<pubDate>Wed, 17 Aug 2011 08:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=4832#comment-124368</guid>
		<description>使用多卷模式 并且加入了图片 如果前面第一卷有文字，就有可能将图片挤入第二卷。
这样图文混合的多卷，标签怎样定位呢？

function getPos(el) {
    for (var lx=0, ly=0; el != null; lx += el.offsetLeft, ly += el.offsetTop, el = el.offsetParent);
    return {x: lx,y: ly};
}
这个方法取到的是不分卷时的位置坐标 如何考虑图片出现挤出的情况呢？？</description>
		<content:encoded><![CDATA[<p>使用多卷模式 并且加入了图片 如果前面第一卷有文字，就有可能将图片挤入第二卷。<br />
这样图文混合的多卷，标签怎样定位呢？</p>
<p>function getPos(el) {<br />
    for (var lx=0, ly=0; el != null; lx += el.offsetLeft, ly += el.offsetTop, el = el.offsetParent);<br />
    return {x: lx,y: ly};<br />
}<br />
这个方法取到的是不分卷时的位置坐标 如何考虑图片出现挤出的情况呢？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WJingjing</title>
		<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/comment-page-1#comment-7776</link>
		<dc:creator>WJingjing</dc:creator>
		<pubDate>Fri, 20 Aug 2010 07:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=4832#comment-7776</guid>
		<description>-moz-column-rule 是啥？</description>
		<content:encoded><![CDATA[<p>-moz-column-rule 是啥？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guke</title>
		<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/comment-page-1#comment-7417</link>
		<dc:creator>Guke</dc:creator>
		<pubDate>Sat, 07 Aug 2010 05:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=4832#comment-7417</guid>
		<description>o(︶︿︶)o 
没讲解属性的意思，怎万用它？</description>
		<content:encoded><![CDATA[<p>o(︶︿︶)o<br />
没讲解属性的意思，怎万用它？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 用于WebKit的CSS诀窍&#160;&#124;&#160;前端观察</title>
		<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/comment-page-1#comment-471</link>
		<dc:creator>用于WebKit的CSS诀窍&#160;&#124;&#160;前端观察</dc:creator>
		<pubDate>Mon, 09 Mar 2009 03:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=4832#comment-471</guid>
		<description>[...] 使用这种方法后，如果浏览器不支持多卷布局，段落将一个接着一个显示，就像没有设置多卷一样。正如本文前面提到的，这些方法在不支持它们的浏览器中会被降级（也就是无效）。关于多卷的更详细介绍，请查看这篇文章：http://www.qianduan.net/?p=4832 [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用这种方法后，如果浏览器不支持多卷布局，段落将一个接着一个显示，就像没有设置多卷一样。正如本文前面提到的，这些方法在不支持它们的浏览器中会被降级（也就是无效）。关于多卷的更详细介绍，请查看这篇文章：http://www.qianduan.net/?p=4832 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS3系列教程:阴影 &#124; 前端观察</title>
		<link>http://www.qianduan.net/series-guide-css3-multi-row-multi-volume.html/comment-page-1#comment-339</link>
		<dc:creator>CSS3系列教程:阴影 &#124; 前端观察</dc:creator>
		<pubDate>Wed, 11 Feb 2009 15:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=4832#comment-339</guid>
		<description>[...] CSS3系列教程：多列/多卷 [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS3系列教程：多列/多卷 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

