<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Can you place layers over flash files or drop downs?</title>
	<atom:link href="http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/feed/" rel="self" type="application/rss+xml" />
	<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/</link>
	<description>mostly modern web design with get-a-life sparks</description>
	<lastBuildDate>Sat, 06 Mar 2010 11:10:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vishwesh</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-6641</link>
		<dc:creator>Vishwesh</dc:creator>
		<pubDate>Wed, 07 Dec 2005 14:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-6641</guid>
		<description>Hi, i have used DHTML menu in website and flash banner below that , i hae problem that flash is overlapping the dropdown menu in Safari browser,

i have used Wmode for making flash transparant and its working in all other browser.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i have used DHTML menu in website and flash banner below that , i hae problem that flash is overlapping the dropdown menu in Safari browser,</p>
<p>i have used Wmode for making flash transparant and its working in all other browser.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-6296</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 25 Nov 2005 16:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-6296</guid>
		<description>param name=&quot;wmode&quot; value=&quot;transparent&quot; /</description>
		<content:encoded><![CDATA[<p>param name=“wmode” value=“transparent” /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-6295</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 25 Nov 2005 16:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-6295</guid>
		<description></description>
		<content:encoded><![CDATA[<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-6294</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 25 Nov 2005 16:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-6294</guid>
		<description>wmode=&quot;transparent&quot; is not XHTML compliant.  Anyone know a way to get around this and still have the drop downs appear over flash?</description>
		<content:encoded><![CDATA[<p>wmode=“transparent” is not XHTML compliant.  Anyone know a way to get around this and still have the drop downs appear over flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandar</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-5958</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Thu, 10 Nov 2005 10:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-5958</guid>
		<description>Yazeed - what kind of control you need. If wmode=transparent is not set, you can&#039;t do a thing in Firefox - no way to show anything over it.

The only thing you can do in this case is to hide the entire iframe (and thus the flash file as well) when div is about to be displayed. Nothihg else you can do that I know of.</description>
		<content:encoded><![CDATA[<p>Yazeed — what kind of control you need. If wmode=transparent is not set, you can’t do a thing in Firefox — no way to show anything over it.</p>
<p>The only thing you can do in this case is to hide the entire iframe (and thus the flash file as well) when div is about to be displayed. Nothihg else you can do that I know of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazeed</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-5952</link>
		<dc:creator>Yazeed</dc:creator>
		<pubDate>Thu, 10 Nov 2005 07:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-5952</guid>
		<description>Dears, 

i have a page which contains an iframe for browsing some material .
in the main page i have a div which may be displayed over the iframe. the iframe may have some flash -&gt; so the div will not appear if it came over the flash.

the content in the iframe is from a 3rd party so i cant force the to use wmode=&quot;transparent. so is there anyway to control the div instead of the flash object ????</description>
		<content:encoded><![CDATA[<p>Dears, </p>
<p>i have a page which contains an iframe for browsing some material .<br />
in the main page i have a div which may be displayed over the iframe. the iframe may have some flash -&gt; so the div will not appear if it came over the flash.</p>
<p>the content in the iframe is from a 3rd party so i cant force the to use wmode=“transparent. so is there anyway to control the div instead of the flash object ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-421</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 07 Jan 2005 16:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-421</guid>
		<description>Just wondered if there was an example that works with the suckerfish type drop down menu. I see someone has asked this as the first comment of the discussion but can&#039;t see if this given as an example anywhere. I can&#039;t get this wch to work with my horizontal drop down. Not really sure how to go about implementing the wch. Understand the basics but must be missing something somewhere. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Just wondered if there was an example that works with the suckerfish type drop down menu. I see someone has asked this as the first comment of the discussion but can’t see if this given as an example anywhere. I can’t get this wch to work with my horizontal drop down. Not really sure how to go about implementing the wch. Understand the basics but must be missing something somewhere. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shweta</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-404</link>
		<dc:creator>Shweta</dc:creator>
		<pubDate>Fri, 31 Dec 2004 21:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-404</guid>
		<description>Thanks for ur help. The site http://www.cityofpetal.com/jax/index.htm
was of great help to me . I was also using wmode and transparent, but its not working in the netscape. When I looked at the website, they are writing it again in &lt;embed&gt; tag, i did the same and it helped me a lot&lt;/embed&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for ur help. The site <a href="http://www.cityofpetal.com/jax/index.htm" rel="nofollow">http://www.cityofpetal.com/jax/index.htm</a><br />
was of great help to me . I was also using wmode and transparent, but its not working in the netscape. When I looked at the website, they are writing it again in <embed> tag, i did the same and it helped me a lot</embed></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandar</title>
		<link>http://aplus.rs/wchdev/can-you-place-layers-over-flash-files-or-drop-downs/comment-page-1/#comment-387</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Wed, 22 Dec 2004 15:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aplus.co.yu/?p=24#comment-387</guid>
		<description>There is no problem with Mac browsers and drop downs I&#039;m aware of. All Mac browsers I tried will place layer over drop down, but none over Flash files (or any other object tag).

Hiding is not a problem, it can be done exactly as I did in WCH script for the IE5.0.</description>
		<content:encoded><![CDATA[<p>There is no problem with Mac browsers and drop downs I’m aware of. All Mac browsers I tried will place layer over drop down, but none over Flash files (or any other object tag).</p>
<p>Hiding is not a problem, it can be done exactly as I did in WCH script for the IE5.0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->