<?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>Lajag &#187; web design</title>
	<atom:link href="http://www.lajag.com/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lajag.com</link>
	<description>Biz and Internet Stuff</description>
	<lastBuildDate>Wed, 28 Dec 2011 11:02:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to position Flash objects below DHTML elements</title>
		<link>http://www.lajag.com/flash-z-index-fix-with-dhtml/145/</link>
		<comments>http://www.lajag.com/flash-z-index-fix-with-dhtml/145/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 03:29:12 +0000</pubDate>
		<dc:creator>Ken Wu</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.lajag.com/flash-z-index-fix-with-dhtml/145/</guid>
		<description><![CDATA[Flash objects by default place themselves on top of everything else. Even setting z-index with CSS style cannot solve the issue. Finally, here is the solution I&#8217;ve figured out&#8230; Add the following parameter to the OBJECT tag: HTML Code: &#60;param name="wmode" value="transparent"&#62; Add the following parameter to the EMBED tag: HTML Code: wmode="transparent" You can [...]]]></description>
			<content:encoded><![CDATA[<p>Flash objects by default place themselves on top of everything else. Even setting z-index with CSS style cannot solve the issue. </p>
<p>Finally, here is the solution I&#8217;ve figured out&#8230;</p>
<ol>
<li>Add the following parameter to the OBJECT tag:
<p>HTML Code:
<pre>&lt;param name="wmode" value="transparent"&gt;</pre>
<li>Add the following parameter to the EMBED tag:
<p>HTML Code:
<pre>wmode="transparent"</pre>
</li>
</ol>
<p>You can see live example at <a href="http://www.ebook-bargains.com" target="_blank">EBook-Bargains</a>. </embed>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lajag.com/flash-z-index-fix-with-dhtml/145/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.139 seconds -->

