<?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>Muxidi.Com-木樨地</title>
	<atom:link href="http://www.muxidi.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.muxidi.com/blog</link>
	<description>我把过往写在网上，只为凭吊欢愉苦楚的二三事.且行且珍惜.</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DDDDDD</title>
		<link>http://www.muxidi.com/blog/?p=3899</link>
		<comments>http://www.muxidi.com/blog/?p=3899#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:00:29 +0000</pubDate>
		<dc:creator>dayuan</dc:creator>
				<category><![CDATA[青铜呓语┊Lifeing]]></category>

		<guid isPermaLink="false">http://www.muxidi.com/blog/?p=3899</guid>
		<description><![CDATA[添加新文章 添加新文章 添加新文章 添加新文章 添加新文章]]></description>
		<wfw:commentRss>http://www.muxidi.com/blog/?feed=rss2&amp;p=3899</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最简单的仅几行代码无缝滚动代码，常用汇总</title>
		<link>http://www.muxidi.com/blog/?p=3831</link>
		<comments>http://www.muxidi.com/blog/?p=3831#comments</comments>
		<pubDate>Sat, 26 Jun 2010 11:47:01 +0000</pubDate>
		<dc:creator>dayuan</dc:creator>
				<category><![CDATA[互联网记┊Internet]]></category>

		<guid isPermaLink="false">http://www.muxidi.com/blog/?p=3831</guid>
		<description><![CDATA[最简单的仅几行代码无缝滚动代码呵呵，其实不能算是滚动效果，只能算是跳动播放。不过代码确实够简洁，创意也不错。如需转载请注明出处！！！谢谢合作。。。 1.文字的滚动： &#60;style&#62;a{display:block;font-size:15px};&#60;/style&#62; &#60;div id=&#8221;div1&#8243; style=&#8221;width:300px;height:68px;overflow:hidden&#8221;&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;1,你可曾有过无数的梦想，&#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;2,却在时光的流逝里幻灭 &#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;3,你可曾对未来期待憧憬，&#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;4,却在成长的岁月中迷失&#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;5,CSDN中国程序员论坛&#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;6,大家一起来&#60;/a&#62;   &#60;a href=&#8221;javascript:&#8221;&#62;7,好象都很不错的样子&#60;/a&#62; &#60;/div&#62; &#60;script&#62; var t=setInterval(myfunc,1000) var d=document.getElementById(&#8220;div1&#8243;) function myfunc(){ var o=d.firstChild d.removeChild(o) d.appendChild(o) } d.onmouseover=function(){clearInterval(t)} d.onmouseout=function(){t=setInterval(myfunc,1000)} &#60;/script&#62; 上面显示的是四行，如果只要1行，或者几行  改这里height:68px 只显示1行：&#60;div id=&#8221;div1&#8243; style=&#8221;width:300px;height:15px;overflow:hidden&#8221;&#62; 修改一下： &#60;ul id=&#8221;ScrollBox&#8221; style=&#8221;width:300px;height:80px;overflow:hidden;margin:0;padding:0;line-height:20px;font-size:12px;&#8221;&#62; &#60;li&#62;1.你可曾有过无数的梦想，&#60;/li&#62; &#60;li&#62;2.却在时光的流逝里幻灭 &#60;/li&#62; &#60;li&#62;3.你可曾对未来期待憧憬，&#60;/li&#62; &#60;li&#62;4.却在成长的岁月中迷失&#60;/li&#62; &#60;li&#62;5.CSDN中国程序员论坛&#60;/li&#62; &#60;li&#62;6.大家一起来&#60;/li&#62; &#60;li&#62;7.好象都很不错的样子&#60;/li&#62; &#60;/ul&#62; &#60;script [...]]]></description>
		<wfw:commentRss>http://www.muxidi.com/blog/?feed=rss2&amp;p=3831</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
