<?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; CSS</title>
	<atom:link href="http://www.itzz.net/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itzz.net</link>
	<description>以满足用户需求和互动体验为目标。</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:05:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.itzz.net/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>用DIV+CSS 优化TITLE标签输出的JS 代码兼容FX和IE</title>
		<link>http://www.itzz.net/post/252.html</link>
		<comments>http://www.itzz.net/post/252.html#comments</comments>
		<pubDate>Mon, 10 Mar 2008 00:32:42 +0000</pubDate>
		<dc:creator>博雅塔主</dc:creator>
				<category><![CDATA[程序编程]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Div]]></category>
		<category><![CDATA[TITLE]]></category>
		<category><![CDATA[标签]]></category>

		<guid isPermaLink="false">http://www.gannyle.cn/?p=252</guid>
		<description><![CDATA[网上有一个很旧的代码，只能兼容IE。并且不符合W3C标准。所以也只能在IE下使用。<br /><br />现在上的是一个兼容IE和FX，符合W3C标准，适用于所有浏览器。绝对原创，版权不限制，可以任意复制、传播、使用。但要注明 引用自“落伍者论坛”。<br />＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<br /><br />技术难点一： 如何控制 EVENT<br /><br />技术难点二：如何占用最小的本地CPU资源，使网页平稳、流畅显示。<br /><br />技术难点三：兼容目前的浏览器，并可作更多的扩展应用。<br /><br />技术难点四：优化使用主动模式。<br />（什么是主动模式？主动模式就是程序主动去获取达到要求的TITLE标签，自动生成。与传统的区别是主动模式不需要在HTML页面中对每个TITLE都增加 JAVASCRIPT语句。例如 showtitle(event) 也不需要增加 on事件，例如 onmouseover onmouseout 等。）<br />...
]]></description>
			<content:encoded><![CDATA[<p>网上有一个很旧的代码，只能兼容IE。并且不符合W3C标准。所以也只能在IE下使用。
现在上的是一个兼容IE和FX，符合W3C标准，适用于所有浏览器。绝对原创，版权不限制，可以任意复制、传播、使用。但要注明 引用自“落伍者论坛”。＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
技术难点一： 如何控制 EVENT
技术... <a href='http://www.itzz.net/post/252.html' rel="nofollow"> More </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.itzz.net/post/252.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>伪画中画广告:简单实现图文混编的方法</title>
		<link>http://www.itzz.net/post/219.html</link>
		<comments>http://www.itzz.net/post/219.html#comments</comments>
		<pubDate>Fri, 15 Feb 2008 16:41:49 +0000</pubDate>
		<dc:creator>博雅塔主</dc:creator>
				<category><![CDATA[程序编程]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Div]]></category>
		<category><![CDATA[图文混编]]></category>
		<category><![CDATA[画中画]]></category>

		<guid isPermaLink="false">http://www.gannyle.cn/?p=219</guid>
		<description><![CDATA[先来个最简单的:<br /><textarea class="code" rows="10" cols="50">广告代码</textarea><br />或者是:<br /><textarea class="code" rows="10" cols="50">广告代码</textarea>显示在左边就把float:left 显示在右边：float:right<br /><br />来点高级的!环绕广告的画中画实现方法!<br /><br />模板部分:<br /><textarea class="code" rows="10" cols="50">&#160;占位用的空白块&#160;放广告代码&#160;{内容标签}</textarea><br />CSS部分:<br />[CODE]#zhan{<br />float:right;
]]></description>
			<content:encoded><![CDATA[<p>先来个最简单的:&lt;p&nbsp;style=&#8221;margin-right:&nbsp;0em;&nbsp;margin-top:&nbsp;0em;&nbsp;float:&nbsp;right&#8221;&gt;广告代码&lt;/p&gt;或者是:&lt;div&nbsp;style=&#8221;float:left;width:300px;height:250px;&#8221;&gt;广告代码&lt;/div&gt;显示在左边就把float:left 显示在右边：float:right
来点高级的!环绕广告的画中画实现方法!
模板部分:&lt;div&nbsp;id=&#8221;new&#8221;&gt;
&nbsp;&lt;div&nbsp;id=&#... <a href='http://www.itzz.net/post/219.html' rel="nofollow"> More </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.itzz.net/post/219.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
