Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Flash movie hideing CSS dropdown menu.

    Hi Guys,

    I have a problem with my CSS Dropdown menu. It is installed OK and works OK but I have just embedded a flash file on my homepage and the dropdown menue goes behind the flash image. Is there any way to make the Dropdown come to the front and the flash images go to the back. Website veronique DOT ie.

    Thanks in advance.

    Rottie

  2. #2
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    Hi Guys,

    Never mind fixed this slight problem it was quite easy after all just a case settings for the embedded file on the page concerened. What I did was:
    Open the file (in my case) includes/languages/english/html_includes/TEMPLATE/define_main_page.php and then under Paramaters add another line and write
    <param name="wmode" value="opaque" />
    and then anyplace in the embed instructions write
    wmode="opaque"

    and thats it the drop down menue should now show.

    Rottie

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Flash movie hideing CSS dropdown menu.

    Excellent tip...thanks for sharing/posting

  4. #4
    Join Date
    Nov 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    Got same problem but nothing in my define_main_page

    any ideas?

  5. #5
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    HI limousin,

    If you insert the code below than this should fix the problem of the flash movie hideing the drop down menu's.

    Rottie

  6. #6
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    Thanks,

    I just had the same problem, You Saved The Day!!!!

  7. #7
    Join Date
    Feb 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    Thanks for sharing!

  8. #8
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Flash movie hideing CSS dropdown menu.

    thanks alot!

  9. #9
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Flash movie hideing CSS dropdown menu.

    Here's another way...

    Setting the z-index for the div tag, can work with flash files, menus are any object. The higher the value the more likely it will be on top, the lower, the more likely it will be under another item. If you set the z-index on both items, then you can control who is on top.

    Using a flash file to create a page peel effect I set z-index to 99 so it's on top of everything when activated...
    Code:
    <style type="text/css">
    #peel { position:absolute; top:0px; right:0px; width:480px; height:480px; z-index:99; }
    </style>
    Then I warp my object and embed tags within a div tag..
    Code:
    <div id="peel"> <object classid...</div>
    I believe you can set the z-index for other html tags, just makes it easier to use a div tag.
    Dave
    Always forward thinking... Lost my mind!

  10. #10
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Flash movie hideing CSS dropdown menu.

    Quote Originally Posted by rottiejoe View Post
    Hi Guys,

    Never mind fixed this slight problem it was quite easy after all just a case settings for the embedded file on the page concerened. What I did was:
    Open the file (in my case) includes/languages/english/html_includes/TEMPLATE/define_main_page.php and then under Paramaters add another line and write
    <param name="wmode" value="opaque" />
    and then anyplace in the embed instructions write
    wmode="opaque"

    and thats it the drop down menue should now show.

    Rottie
    Perfect, just what I was looking for, thanks! I tried the z-index before but you have to position the elements(the flash player and the css menu elements) and it's not always cross-browser working. For some reason in FF it didn't work with the flash player, I didn't dig too deeply to see what was going on though since I didn't have a lot of time when I was trying it. But, this does work and works across all browsers and is a simple line to add to the flash player params.

    Zen Cart and it's community are the best!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. CSS dropdown menu
    By kjharrison in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Mar 2010, 10:39 PM
  2. Flash issue.. css flyout menu hides under flash..
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Sep 2009, 06:41 AM
  3. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM
  4. CSS Horizontal Drop Down menu - dropdown menu width...
    By intrium in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 Aug 2008, 06:48 PM
  5. dropdown flash menu help??
    By DCstyle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jul 2008, 12:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg