Thanks for the input. Just changed it from transparent to opaque and still no luck. john
On Nov 3, 12:33 pm, "Getify Solutions" <[EMAIL PROTECTED]> wrote: > You might try > this:http://www.pipwerks.com/lab/swfobject/z-index/2.0/index.html > > Basically, change wmode from "transparent" to "opaque". There's lots of > other benefits to that as well, as "transparent" is known to be very buggy > (especially with ExternalInterface). > > --Kyle > > -------------------------------------------------- > From: "otherjohn" <[EMAIL PROTECTED]> > Sent: Monday, November 03, 2008 11:18 AM > To: "SWFObject" <[email protected]> > Subject: Frustrating ie6 Z-Index Problem > > > > > Hi all, > > I am working on a new site template for our company site. > > I have the following code and yet for some reason, the flash still > > seems to be on top of the tabs. > > It looks fine in all browsers except ie6 > > Can someone take a look and see what I am missing? > > Here is the direct url for full source code > >http://www.cavtel.com/home-template.html > > John > > > css > > #servicecheck{z-index:3;} > > #promo-home{z-index:2;} > > > <!-- HEAD STUFF --> > > <script type="text/javascript"> > > <!-- > > var flashvars = {}; > > var params = {wmode:"transparent"}; > > var attributes = {}; > > swfobject.embedSWF("/assets/fl/promo-home.swf", "promo-banner", "970", > > "280", "9.0.0", flashvars, params, attributes); > > //--> > > </script> > > > <!--BODY STUFF --> > > <div id="content-home"> > > <div id="promo-banner"><img src="/assets/i/banner_home.jpg" alt="Enter > > some text here" width="970" height="280" /></div> > > <!-- other stuff before z-index items --> > > <div id="servicecheck"> > > <ul> > > <li><a href="#check-service-home" id="tab-checkservice- > > home"><span> Home </span></a></li> > > <li><a href="#check-service-business" id="tab-checkservice- > > business"><span>Business</span></a></li> > > </ul> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
