<?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>Kimmtech &#187; DHTML</title>
	<atom:link href="http://technotes.kimmwiens.com/category/dhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.kimmwiens.com</link>
	<description>technical tips and tricks</description>
	<lastBuildDate>Tue, 12 Jan 2010 16:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flash Component Layering / Placement</title>
		<link>http://technotes.kimmwiens.com/2009/flash-component-placment/</link>
		<comments>http://technotes.kimmwiens.com/2009/flash-component-placment/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:59:43 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DHTML]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=185</guid>
		<description><![CDATA[When a Flash animation layers itself over the top of another web element like a menu, and you need it to appear beneath, use this: &#60;div STYLE=&#34;z-index: 0; position:relative&#34;&#62; FLASH&#160;HERE&#60;/div&#62; If this doesn&#8217;t work you may need to also provide a z-index for your other layers setting the z-index to a lower number than the [...]]]></description>
			<content:encoded><![CDATA[<p>When a Flash animation layers itself over the top of another web element like a menu, and you need it to appear beneath, use this:</p>
<blockquote>
<p>&lt;div STYLE=&quot;z-index: 0; position:relative&quot;&gt; FLASH&nbsp;HERE&lt;/div&gt;</p>
</blockquote>
<p>If this doesn&#8217;t work you may need to also provide a z-index for your other layers setting the z-index to a lower number than the Flash z-index, i.e. -1.</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/flash-component-placment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

