Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    help question CSS Flyout Menu/Flash Problem

    Hi,

    My website is www.vapenow.com. I have the css flyout menu installed in the upper right sidebox. I recently put in a flash slideshow on my main page.

    The problem is that when the css menu flies out, it is behind the flash player (just scroll over one of the categories with the arrow to see). Is there anyway to get it so the categories fly out in front of the flash player?

    Thanks,

    Nate

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Flyout Menu/Flash Problem

    This is a z-index solution....but not sure what is defined for the flash or to what div you have it inserted into?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: CSS Flyout Menu/Flash Problem

    Quote Originally Posted by kobra View Post
    This is a z-index solution....but not sure what is defined for the flash or to what div you have it inserted into?
    I don't even know what the z-index is. The src for the flash is in the define_main_page if that is a relevant piece of info.

    Thanks for your help.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Flyout Menu/Flash Problem

    Read this and apply to your elements to correct:
    http://www.w3schools.com/css/pr_pos_z-index.asp
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    help question Re: CSS Flyout Menu/Flash Problem

    Quote Originally Posted by kobra View Post
    Read this and apply to your elements to correct:
    http://www.w3schools.com/css/pr_pos_z-index.asp
    Thanks for the link. I checked it out and tried to change the z-index on my elements.

    I defined a class called .flash {position:relative; z-index:-1}. That did not work.

    I then edited my stylesheet_categories_menu.css file and defined

    div#nav-cat ul ul {
    position: absolute;
    top: 0;
    left: 50px;
    width: 110px;
    display: none;
    z-index: 10;
    }

    That didn't work. I messed around with the menu stylesheet until I got the menu to be at leats navigable (www.vapenow.com) with the flash slideshow. But I am wondering what I am doing wrong? Do I need to add z-index values to elements already defined in stylesheet.css?

    Thanks for your ongoing help!

    Nate

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CSS Flyout Menu/Flash Problem

    The src for the flash is in the define_main_page
    Is this entered in this file sorta like:
    Code:
    <div class="flash">
      If you cannot see the Flash content, you may need to update your Flash Player.
    </div>
    
    <script type="text/javascript">
       var so = new SWFObject("images/Your_flash.swf", "movie", "???", "???", "6", "#000000");
       so.write("flash");
    </script>
    Where you have defined this flash as being this div? If so then in the css:
    Code:
    .flash {
            position: relative;
            z-index: -1;
            }
    Then just try making the others z-index: 1000;
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Problem with Css Flyout Menu
    By yuanpuhuang in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Oct 2009, 12:29 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. css flyout menu problem
    By Jerry5763837 in forum Basic Configuration
    Replies: 2
    Last Post: 4 Dec 2008, 02:43 PM
  4. problem with css flyout menu
    By eugin in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2007, 01:27 PM
  5. CSS Flyout Menu problem
    By superprg in forum General Questions
    Replies: 6
    Last Post: 22 Apr 2007, 09:23 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