<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037469" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037469</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hover-buttons-covered-flash-ie7-and-turning-strange-places#comment-1214845</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond;214843 wrote:&lt;/strong&gt; Nice one askapache! Which browsers does this work in?&lt;/p&gt;
&lt;p&gt;If it&#039;s all of them: you know how to fix a bug even &lt;a href=&quot;http://www.adobe.com&quot; class=&quot;bb-url&quot;&gt;the owners of Flash don&#039;t&lt;/a&gt;. Sadly I expect that to just be IE7 for Windows.&lt;/p&gt;
&lt;p&gt;Very aggravating for the rest of us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is a trick that I learned towards the end of 05&#039; for a site that I was developing.  I&#039;m obsessed with cross-browser functionality and I got the flash element to disappear behind other content by using the zIndex css attribute with javascript.&lt;/p&gt;
&lt;p&gt;I had 5 elements to control, 5 divs that held various content, including flash video.  By apsolutely positioning each of the 5 divs within 1 relative parent div I was able to manipulate the stacking order of the divs by applying a className.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.z6 {z-index:9119;}&lt;br /&gt;.z0 {z-index:459;}&lt;br /&gt;.z1 {z-index:449;}&lt;br /&gt;.z2 {z-index:439;}&lt;br /&gt;.z3 {z-index:429;}&lt;br /&gt;.z4 {z-index:419;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;You can check out the final result at&lt;br /&gt;
myinmed org /products/business/health-savings-account/&lt;/p&gt;
&lt;p&gt;From the official flash documentation: &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: wmode attribute/parameter&lt;br /&gt;
Value:&lt;br /&gt;
&lt;strong&gt;Window | Opaque | Transparent&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Description:&lt;br /&gt;
(Optional) Lets you use the transparent Flash content, absolute positioning, and layering capabilities available in Internet Explorer 4.0. This attribute/parameter works only in Windows with the Flash Player ActiveX control.&lt;/p&gt;
&lt;p&gt;Window plays the application in its own rectangular window on a web page. &lt;strong&gt;Window indicates that the Flash application has no interaction with HTML layers and is always the topmost item.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Opaque makes the application hide everything behind it on the page.&lt;/p&gt;
&lt;p&gt;Transparent makes the background of the HTML page show through all the transparent portions of the application and can slow animation performance.&lt;/p&gt;
&lt;p&gt;Opaque windowless and Transparent windowless both interact with HTML layers, letting layers above the SWF file block out the application. The difference between the two is that Transparent allows transparency so that HTML layers below the SWF file might show through if a section of the SWF file has transparency; opaque does not.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The default value is Window if this attribute is omitted. &lt;/strong&gt;Applies to object only.&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Sat, 10 Feb 2007 04:54:30 +0000</pubDate>
 <dc:creator>askapache</dc:creator>
 <guid isPermaLink="false">comment 1214845 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hover-buttons-covered-flash-ie7-and-turning-strange-places#comment-1214843</link>
    <description> &lt;p&gt;Nice one askapache! Which browsers does this work in?&lt;/p&gt;
&lt;p&gt;If it&#039;s all of them: you know how to fix a bug even &lt;a href=&quot;http://www.adobe.com&quot; class=&quot;bb-url&quot;&gt;the owners of Flash don&#039;t&lt;/a&gt;. Sadly I expect that to just be IE7 for Windows.&lt;/p&gt;
&lt;p&gt;Very aggravating for the rest of us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Feb 2007 04:19:16 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hover-buttons-covered-flash-ie7-and-turning-strange-places#comment-1214821</link>
    <description> &lt;p&gt;Oh and then if that doesn&#039;t immediately work than you need to change the z-index value of the elements by absolutely positioning them.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 20:59:32 +0000</pubDate>
 <dc:creator>askapache</dc:creator>
 <guid isPermaLink="false">comment 1214821 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hover-buttons-covered-flash-ie7-and-turning-strange-places#comment-1214820</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;GlenJones;214799 wrote:&lt;/strong&gt; Basically the &quot;hover&quot; buttons I&#039;ve created using css, are placed under the flash animation clip. I can&#039;t come up with a good solution. Any ideas??&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I used to have this problem all the time too!  Very frustrating.   I figured out that there is a parameter for embedding flash files that change the way the flash is displayed in the DOM.. &lt;/p&gt;
&lt;p&gt;Basically to get your site working change:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;var so = new SWFObject(&amp;quot;intro.swf&amp;quot;, &amp;quot;flashcontent&amp;quot;, &amp;quot;800&amp;quot;, &amp;quot;290&amp;quot;, &amp;quot;7&amp;quot;, &amp;quot;#ffffff&amp;quot;);&lt;br /&gt;so.write(&amp;quot;flashcontent&amp;quot;);&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;var so = new SWFObject(&amp;quot;intro.swf&amp;quot;, &amp;quot;flashcontent&amp;quot;, &amp;quot;800&amp;quot;, &amp;quot;290&amp;quot;, &amp;quot;7&amp;quot;, &amp;quot;#ffffff&amp;quot;);&lt;br /&gt;so.addParam(&amp;quot;wmode&amp;quot;, &amp;quot;transparent&amp;quot;);&lt;br /&gt;so.write(&amp;quot;flashcontent&amp;quot;);&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;That should work..&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 20:57:57 +0000</pubDate>
 <dc:creator>askapache</dc:creator>
 <guid isPermaLink="false">comment 1214820 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/hover-buttons-covered-flash-ie7-and-turning-strange-places#comment-1214803</link>
    <description> &lt;p&gt;You need to move the Flash unfortunately. This has been a problem for Opera and Firefox users for years, somehow IE operated differently, but now seems to treat plugins the same way.&lt;/p&gt;
&lt;p&gt;I noticed that you moved the animation, that&#039;s the best answer. I&#039;m not a fan of those huge Flash animations anyway, they don&#039;t really add any value, just slow down peoples computers!&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 Feb 2007 17:29:42 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214803 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
