<?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>CNlaoKe&#039;s Blog &#187; CSS&amp;DIV</title>
	<atom:link href="http://blog.cnlaoKe.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cnlaoKe.com</link>
	<description>Rome was not built in a day!</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:45:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Opera Web 标准课程</title>
		<link>http://blog.cnlaoKe.com/2009/03/29/66/</link>
		<comments>http://blog.cnlaoKe.com/2009/03/29/66/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 09:37:19 +0000</pubDate>
		<dc:creator>CNlaoKe</dc:creator>
				<category><![CDATA[CSS&DIV]]></category>

		<guid isPermaLink="false">http://blog.cnlaoKe.com/2009/03/29/66/</guid>
		<description><![CDATA[http://team.operachina.com/wsc
]]></description>
		<wfw:commentRss>http://blog.cnlaoKe.com/2009/03/29/66/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决IE和Firefox下flash挡住div层的问题</title>
		<link>http://blog.cnlaoKe.com/2009/03/25/62/</link>
		<comments>http://blog.cnlaoKe.com/2009/03/25/62/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:33:41 +0000</pubDate>
		<dc:creator>CNlaoKe</dc:creator>
				<category><![CDATA[CSS&DIV]]></category>

		<guid isPermaLink="false">http://blog.cnlaoKe.com/2009/03/25/62/</guid>
		<description><![CDATA[今天在网上搜索很久关于flash挡住DIV层的解决方法，绝大部分提供的方法都只能解决IE下的情况，Firefox下问题依然存在。总算是黄天不负有 心人啊！终于找到了解决方法,也难得去研究是怎么回事，总之是flash参数的问题，并非设置什么DIV的z-index=-1之类的，下面贴出解决IE 和Firefox下flash挡住div层的flash解决方法给大家：

&#60;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243;
codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#8243; width=&#8221;778&#8243; height=&#8221;80&#8243;&#62;
&#60;param name=&#8221;movie&#8221; value=&#8221;你的FLASH.swf&#8221; /&#62;
&#60;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&#62;
&#60;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&#62;
&#60;embed wmode=&#8221;transparent&#8221; src=&#8221;你的FLASH.swf&#8221; quality=&#8221;high&#8221; type=&#8221;application/x-shockwave-flash&#8221;
pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221; width=&#8221;778&#8243; height=&#8221;80&#8243;&#62;&#60;/embed&#62;
&#60;/object&#62;
重要的地方就2点:
1、
&#60;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&#62;
很常用flash做为背景的命令,在这里就不罗嗦了。如果不加Firefox没问题,IE就会挡住DIV层显示。
2、
&#60;embed wmode=&#8221;transparent&#8221;&#62;
重点在这里
]]></description>
		<wfw:commentRss>http://blog.cnlaoKe.com/2009/03/25/62/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
