<?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>WordPress Hacks &#187; Drop-down Menu</title>
	<atom:link href="http://wphacks.com/tag/drop-down-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fixing CSS Drop-Down Menus That Hide Behind Flash Objects</title>
		<link>http://wphacks.com/fixing-css-drop-down-menus-hiding-behind-flash-objects/</link>
		<comments>http://wphacks.com/fixing-css-drop-down-menus-hiding-behind-flash-objects/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:00:50 +0000</pubDate>
		<dc:creator>V Scott Ellis</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Drop-down Menu]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress How-To]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1510</guid>
		<description><![CDATA[This guest post was written by V Scott Ellis of Blackbox Technologies, a business that helps companies to maximize their web presence.  If you have WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. One of the more common issues with embedding a flash object on your home page [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by V Scott Ellis of <a href="http://blackbox-tech.com/">Blackbox Technologies</a>, a business that helps companies to maximize their web presence.  If you have WordPress knowledge and are interested in <a href="../write/">writing a post for WordPress Hacks</a>, please <a href="../contact/">contact us</a>.</em></p>
<p>One of the more common issues with embedding a flash object on your home page (or any page for that matter) is that if it is near the navigation and you have CSS drop-down menus, then you may find your drop-down menu getting lost behind the flash object. If you haven&#8217;t dealt with this before it can feel like a nightmare, but fortunately it&#8217;s a pretty easy fix.</p>
<p><strong>The Problem: </strong>You have a CSS based drop-down menu in your navigation and a flash element near it the menus may get &#8220;hidden&#8221; behind the flash object.</p>
<p><strong>The Solution: </strong>Set the z-index of the div holding the flash to 1 and the z-index of the div holding the nav to 2.</p>
<p>In the flash element:</p>
<p>Look for the flash &lt;object&gt; tag and add the following code:</p>
<p><code>&lt;param name="wmode" value="transparent"&gt;</code></p>
<p>You&#8217;ll want to insert this code right below the &lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221;&gt; tag and include the code wmode=&#8221;transparent&#8221; in the flash &lt;embed&gt; tag .</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1510&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/fixing-css-drop-down-menus-hiding-behind-flash-objects/">Fixing CSS Drop-Down Menus That Hide Behind Flash Objects</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/fixing-css-drop-down-menus-hiding-behind-flash-objects/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>

