Slideshow is covering over drop-down menu

Dears ,
I am use this slideshow within my application
http://themes.themepunch.com/?theme=kenburner_jq
and this the slide source
http://theexecutivetowers.info/i/KB/slider.zip
and use this CSS menu
http://cssmenumaker.com/menu/red-grey-rough-drop-down-menu
and this the css menu source code
http://cssmenumaker.com/sites/default/files/menu/138/source.zip
after working the Slideshow is covering over drop-down menu .
please someone help me , if you want to see in action
https://www.youtube.com/watch?v=-HH7wUhP1tk&feature=plcp
Ahmed

Dears ,
thank you it's working , just i add in menu css
z-index:1000;Ahmed

Similar Messages

  • Flash file is covering my drop down menu

    please help. I've created a horizontal drop down navigation
    in fireworks 8 and imported it into dreamweaver mx - i also have a
    flash file just under my navigation. my problem is that when i view
    my html document my my flash file is covering up my drop down menu.
    Any advice??? Thanks in advance!

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "holhoz" <[email protected]> wrote in
    message
    news:f9obm8$jii$[email protected]..
    > please help. I've created a horizontal drop down
    navigation in fireworks 8
    > and
    > imported it into dreamweaver mx - i also have a flash
    file just under my
    > navigation. my problem is that when i view my html
    document my my flash
    > file is
    > covering up my drop down menu. Any advice??? Thanks in
    advance!
    >

  • Oracle apex creating mouse over drop down menu

    Hi ,
    I want to create a drop down menu for main tabs. Can any one explain or tell how to create this drop down and to use that in oracle apex 4.2 version.

    A much better option than using in-built tabs.
    1)
    You need to define a List, either static or dynamic, which will be your menu options - and it needs to be hierchical.
    Then you create a list region on the global page, using a stock template such as DHTML Tree
    2)
    Or you can use a CSS only menu, similar to the first option
    http://www.grassroots-oracle.com/2013/05/css-pull-down-menu-using-apex-list.html
    3)
    Or you can use a plug-in
    http://apex-plugin.com/oracle-apex-plugins/region-plugin/enkitec-navbar_317.html
    Scott
    ps - my, what a crazy username you have! is this the new forum default?

  • How do you stop AddThis mouse over drop down menu or block AddThis?

    Apparently, someone has created a thing called AddThis that can be put into any webpage design. Supposedly, it is to help the reader share the great webpage they've found (or something??). Really, it seems to just be a way for a web designer to attract more page hits.
    I find the default setting that causes a rather large (say 5 times larger than icon on the webpage itself) menu to drop down whenever a cursor passes over to be incredibly annoying! If you move your mouse to bring the cursor down the page to reach a link or start to select some text and pass over this AddThis icon, the menu pops down covering a huge area which is often the exact area you are trying to click on. How anyone could think a web surfer would desire this behavor is beyond me.
    I am hoping there is a way in FF to stop this kind of behavor. I would like to find a setting or an add-on that could block it altogether (an AdBlock for AddThis).
    Any ideas?
    == web designers starting adding AddThis to their pages.

    You can block AdThis completely by using the NoScript plugin.

  • Simple Drop Down Menu buttons not working

    I'm having a bit of trouble getting a button in a hoover over drop down menu to link to another scene in the .swf movie. I just doing a basic drop down menu (example here: http://www.flashkit.com/tutorials/Interactivity/Navigation/Drop_dow-Phlook-951/index.php) with a couple of buttons with in a movie clip, the movie clip being the "button" someone hoovers over. The buttons however are not going to the corrisponding scene I have them set up to. What's strange is that if I set in the buttons action panel to go to an url instead of a scene, in the .swf movie the button works when I click it...it wants to go the specificed url. Nothing happens when it's set to go to a scene. Any help would be much appreciated.

    Thanks for the reply Ned. The code I'm using on the buttons is the same method I'm using for the regular buttons (i.e. not with in a movie clip).
    on (release) {
        gotoAndPlay("Scene X", 1);
    I like and appreciate the idea on keeping it with in the same timeline, but that didn't work either. This is all very strange, because as I said, the buttons that are not with in a movie clip work with that method in their action panel. And the buttons with in the movie clip work out to an url, just not a scene or frame number.
    I'm using CS4, but I'm not sure which 'Publish' settings I should have it at, and on 'Profile' it's set to 'Flash CS3 Settings (it's either that or 'Flash 5 Settings').

  • MouseOver drop down menu

    Does anyone know how to create a mouse over drop down menu in iWeb?

    Have you worked with Spry menus....make your menu using that.
    It creates the css and js file for the menu....
    Following is a sample menu code that spry creates in the html:
    <div id="menuBar">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="aboutus.html">About US</a>
          <ul>
            <li><a href="aboutus.html">Company Profile</a></li>
            <li><a href="vision.html">Vision, Mission &amp; Core Values</a></li>
    <li><a href="team.html">Managment Team</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Products</a>
          <ul>
            <li><a href="#">MacuBoost<sup>TM</sup></a></li>
            <li><a href="#">ImmuneUp<sup>TM</sup></a></li>
    </ul>
        </li>
        <li><a href="#">Doctors Section</a>      </li>
        <li><a href="#">Facilities</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
          <ul>
            <li><a href="#">Food Guide &amp; Health Articles</a></li>
            <li><a href="#">Nutrition Facts</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Careers</a>
          <ul>
            <li><a href="emp_practices.html">Practices</a></li>
            <li><a href="#">Benefits</a></li>
            <li><a href="#">Apply for Job</a></li>
          </ul>
        </li>
      </ul>
    </div>
    Instead of an item like <a class="MenuBarItemSubmenu" href="aboutus.html">About US</a> you need to put an image in place of About Us tag.
    Otherwise there are tons of sample menus freeely available and all u need to do is search
    Hope that helps.
    Regards,
    Vinay

  • Problems with flash transparent drop down menu over html in some browsers

    Hi everyone... this is my first post and it's about an issue
    that's causing me a few problems.
    I'm currently designing/ building my company's web site, the
    test page be viewed here: www.musflashtv.com/test.htm
    1) This layout contains an embeded flash movie (.swf) with a
    transparent background, this is the main navigation.
    The flash navigation has a drop down menu that animates down
    and covers the html page (containing links) below.
    The problem is that in most current browsers such as; Firefox
    2.0.05 (links below template don't work), Netscape 8.1.3
    (navigation drop down and links don't work) and Opera 9.10 (links
    below template don't work), any links just below the 'invisible'
    transparent area coverd by the navigation can't be clicked 'through
    the flash file'. The exception is IE 7.0, everything is fine there.
    (it hasn't been tested in any mac browsers though).
    Because the area below the navigation on
    www.kitachi.info/work is one large dummy jpeg file, the link below
    would be a much better example to look at.
    http://www.musflashtv.com/shows/ind...tlight-Sessions
    The flash navigation is embedded in the html (tlp) template
    file using the code below and aligned using an external style
    (.css) sheet, this html code not only embeds the flash movie but it
    also tells the browser to display it's background and as
    transparent. The flash movie is embedded in a layer that sits above
    the table.
    3) The flash embed code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    name="shows-navigation-tranparent" width="851" height="300"
    align="top" class="flash-navigation"
    id="shows-navigation-tranparent">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie"
    value="flash/navigation-tranparent.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <param name="SCALE" value="exactfit" />
    <embed src="flash/navigation-tranparent.swf" width="851"
    height="300" align="top" quality="high" wmode="transparent"
    bgcolor="#000000" name="navigation-tranparent"
    allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    scale="exactfit" />
    </object>
    Does anybody know of any code that can solve this problem or
    know a different way of creating a flash navigation with a drop
    menu that can be embeded over html?
    Any help or advice would be greatly appreciated especially as
    this issue is holding back progress in a big way.
    Thanks in advance guys!
    Adie

    It's IE-only behaviour as a result of changes Microsoft made
    last
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "swizzle_16" <[email protected]> wrote in
    message
    news:eqr0ib$48r$[email protected]..
    > Help please, I've put together a website using a drop
    down menu system
    > that
    > needs to drop down over a flash animation - I've managed
    to get the drop
    > downs
    > to go in front of the animation using the transparent
    tag - but each
    > option has
    > to be clicked on twice to get the link to work.
    >
    > Does anyone know how I can change it so the link needs
    to be only clicked
    > once?
    > The drop down menu system I've used is : * AnyLink Drop
    Down Menu- ©
    > Dynamic
    > Drive (www.dynamicdrive.com)
    >

  • I use QVC online a lot. When hovering over a catagory headings at the top of the page, a drop down menu shows a list of subcategories. Is this feature available in Firefox 4 & 5? If so, how do I turn it on?

    I use QVC online a lot. When hovering over a category heading in IE9 a drop down menu appears with detailed subheadings for that category. Is this feature available in Firefox versions 4 and 5? Is this something that can be turned on in Firefox 4 & 5? If so, how do I turn this feature on?

    Hey Dave,
    How did you get on with this?
    Have you tried CSS position:fixed?  I have been playign around with it on my own project  (and in fact are just about to post a related question)  and can confirm that it works with a plain old DIV.
    SVG I can't be sure though..
    Certainly give it a try.
    Cheers

  • Drop-down menu in table cells - how to expand over the column width?

    Hello!
    A client is migrating their 2,400 forms from old JetForms to PDF (LiveCycle Designer) and would like to keep the same functionalities he's used to in the old platform. However, some of the old tool features do not seem to be present in LiveCycle.
    Suppose a drop-down menu in a table cell, containing items which lengths are bigger than the table column. In JetForm, when you open the drop-down it spans over the columns to show all its contents, not cutting the drop-down list contents.
    I tried this in LiveCycle, but the drop-down gets cut and its contents are limited to the table column (hence the drop-down menu) width.
    Is there a way to work around this limitation, even if I have to use some scripting?
    Thank you for any ideas!
    Marcos

    Hi again, Niall!
    Thank you again for your great examples!
    The dynamic width drop-down will cover some of the client's expectations.
    However, they would like it to work even when the drop-down is within a table cell with a width smaller than the width they want the drop-down to show when the mouse enters the field.
    I'm afraid you will say this is not possible... Or at least not without a lot of coding, using subforms or the like.
    Any ideas? 
    Thank you very much!
    Marcos

  • 1) Drop Down Menu 2) Roll Over Images & 3)

    Does anyone know away to make these things possible on iWeb (or if it is not even possible)
    1)
    I'd like to have a drop down menu so that my sites are not so cluttered.
    Here is an example:
    http://www.drsteinhealing.com/doctor/chiropractor/2L/Encino/homepage.htm
    2)
    I have seen rollover images in flash, but I hear that it is possible without flash and I think it would be great to have some pictures as such for the menu. I would think this would be possible because right now there is a rollover color change to words that are links if you want it to change colors... so:
    a) is flash possible on iWeb
    b) even if it is not: is there a way to have rollover images and
    c) can there be roll over images that are also links?
    Here is an example:
    http://planetrobyn.com/ (the pictures go from black and white to color and then they are also the menu)
    I'm learning so it would be great to see if these things are possible. Thank you.

    See these menus.The menus are HTML and CSS only.
    http://www.wyodor.net/Demo/iWebeend.html
    http://www.wyodor.net/_Demo/tmf/Duckmenu.html
    The first menu has the menu hardcode in the published webpage.
    Check the source to see how it's done.
    The second menu has a textbox at the top of the page. A JavaScript in the HTML Snippet finds that textbox and place the menu in it.
    This is pasted in the HTML Snippet :
    <script src="../../../duckmenu/duckmenu.js" type="text/javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    elem = parent.document.getElementById('menu00').className = '';
    elem = parent.document.getElementById('menu01').className = 'selected';
    elem = parent.document.getElementById('menu02').className = '';
    elem = parent.document.getElementById('menu03').className = '';
    elem = parent.document.getElementById('menu04').className = '';
    elem = parent.document.getElementById('menu05').className = '';
    // -->
    </script>
    This JavaScript places the menu in the textbox :
    http://www.wyodor.net/_Demo/duckmenu/duckmenu.js
    The menu at drsteinhealing is HTML/CSS only too. So if you like it, grab the code + stylesheet and use it.

  • Drop Down Menu Over Text The Opposite Way

    I’ve just read the Drop Down Menu Over Text: How? Topic
    posted by Cpt-K but it appears that he was trying to do the
    opposite of what I want to do. My problem is that I have created a
    drop down menu in Flash which I have imported into Dreamweaver. I
    now want to be able to write HTML code below the menu and have the
    sub menus drop down over the top of the HTML. Currently the menu
    sits above the text leaving a large white space where the sub menus
    drop down. I have tried using the wmode parameters transparent and
    opaque but neither has worked. Is there anyway to fix this?

    I have the same problem and dont know the solution. I would
    appreciate if you or anyone else would share it with me.
    Thanx.

  • How to put drop down menu over iframe?

    I created drop down menu in A-Master with height 100 pixels.
    On a page which uses A-Master template I've put youtube video, example:
    <iframe width="1000" height="500" src="//www.youtube.com/embed/8eDuupJ9Uus" frameborder="0" allowfullscreen></iframe>
    and when I export HTML, Iframe video is over dropdown menu so I can't see this menu, iframe is on top of it, how can I place dropdown menu on top of this iframe?
    Tried to search whole internet with no good results, I have only found other people has same problem.
    ...and I have tried this "wmode="transparent" too:
    <iframe width="560" height="349"src="http://www.youtube.com/embed/rLVCjnEGrqQ?wmode=transparent"frameborder="0" allowfullscreen wmode="transparent"></iframe>
    was no good

    Your menu layer should be on top of everything!
    Regards,
    Frank

  • Drop-down menu items appearing all over screen ?

    So i have a JSP webpage accessed by about 20 people. It has some drop-down fields for doing a search. After the search, the screen gets all messed up (this happens randomly and is hard to reproduce). It basically takes a drop-down menu's items and places them randomly across the screen.
    I am not sure what is causing this, but if you have any ideas or suggestions, I will appriciate it. I am not posting any code yet, cuz i'm not sure where the problem is, or what it is?

    The following is from the JSP where I feel the problem is occurring
       <%=XMLUtil.toString(XMLUtil.toHiddenField("pname",  qSearch + ": " + queue.getName()) )%>
        <TABLE class="TITLE_TOP">
            <TR><TD><%=queueMgr.getSelectionModeSpecifier(null)%></TD>
                <TD align=right><A class=BUTTON href="javascript:startSearch();" onmouseover="return setStatus();"><%=pm_logon.map(PMConstant.SEARCH_BTN)%></A></TD></TR></TABLE>
            <TABLE class=PANEL>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_QUEUE)%></TD>
                <TD><%= XMLUtil.toString(queueMgr.getQueueIdSpecifier())%></TD></TR>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_FILTER)%></TD>
                <TD><%= XMLUtil.toString(myFilter.getFilterCountSpecifier() ) %>
                    <%=pm_logon.map(PMConstant.MSG_PAGESIZE)%><%= XMLUtil.toString(mySearch.getPageSizeSpecifier() ) %></TD></TR>
            <TR><TD></TD><TD><%= myFilter %></TD></TR></TABLE>
            <BR>
        <%
            if (size > 0) {
        %>
        <%=XMLUtil.toSummary(pm_logon, size, mySearch, "mySearch")%>
        <%= XMLUtil.toString(mySearch.getPage("editColumn", false, false, false, false, false, true)) %>
        <%
            }else if( SearchManager.ACTION_SEARCH.equals(mySearch.getSearchAction()) ){
        %>
             <%=XMLUtil.toWarning(pm_logon.map(PMConstant.MSG_NO_REC), pm_config.queueAutoRefreshInterval()<= 0 )%>
        <%
        %>the following is a method from the XMLUtil being called:
        public static String toString(Node node)
            StringWriter out = null;
            DOMWriter domWriter = null;
            String returnString = null;
            try
                out = new StringWriter();
                domWriter = new DOMWriter(out);
                domWriter.print(node);
                out.flush();
                returnString = out.toString();
            catch(Throwable e1)
                returnString =  "";
            finally
                try
                    out.close();
                catch(Throwable e2)
            return returnString;
        }

  • Double horizontal spry drop down menu bar problems

    Hello Everyone,
    I'm new to the spry tools and I need a little help. This is what I'm trying to accomplish in Dreamweaver CS4:
    I need 2 horizontal spry menu bars for navigation. I have created a div for each spry tool, 1 div placed above the other and they cross the entire width of the page. I have created the spry menu bars. Everything seems to be working correctly in both menu bars, That is until you open the IE browser, all other browsers tested fine. The problem is that when you hover over the bottom menu bar in IE, the drop down menu does not drop all the way down. The first submenu of the drop down menu covers the main menu bar. I have tried to change the css for the spry menu bar at the ul.MenuBarHorizontal li.MenuBarItemIE to show the display: as inline and also tried block and niether had any effect. Someone please help. Thanks.
                        css spry drop down menu 1
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
                       css   spry drop down menu 2
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.adminbarh li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    This site is not yet live. If anyone is willing I can send an attachment of my complete spry CSS via email.  Contact me at [email protected]
    See what I got here. www.prospectingtreasures.com

    Hello Everyone,
    I'm new to the spry tools and I need a little help. This is what I'm trying to accomplish in Dreamweaver CS4:
    I need 2 horizontal spry menu bars for navigation. I have created a div for each spry tool, 1 div placed above the other and they cross the entire width of the page. I have created the spry menu bars. Everything seems to be working correctly in both menu bars, That is until you open the IE browser, all other browsers tested fine. The problem is that when you hover over the bottom menu bar in IE, the drop down menu does not drop all the way down. The first submenu of the drop down menu covers the main menu bar. I have tried to change the css for the spry menu bar at the ul.MenuBarHorizontal li.MenuBarItemIE to show the display: as inline and also tried block and niether had any effect. Someone please help. Thanks.
                        css spry drop down menu 1
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
                       css   spry drop down menu 2
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.adminbarh li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    This site is not yet live. If anyone is willing I can send an attachment of my complete spry CSS via email.  Contact me at [email protected]
    See what I got here. www.prospectingtreasures.com

  • Animated drop-down menu buttons won't respond onRelease

    I created a drop-down menu movie clip. Within it are multiple
    buttons which change their alpha values. I'm having an impossible
    time of getting the buttons to respond to an onRelease from the
    maintimeline.
    for instance:
    stop();
    _root.menu_mc.print_btn.onRelease = function(){
    gotoAndStop("print1");
    _root.menu_mc.illustration_btn.onRelease = function(){
    gotoAndStop("illustration1");
    I can't place any code directly on the buttons because later
    in the timeline the actionscript needs to change for the same
    buttons:
    stop();
    _root.menu_mc.print_btn.onRelease = function(){
    gotoAndStop("print2");
    _root.menu_mc.illustration_btn.onRelease = function(){
    gotoAndStop("illustration2");
    }

    i don't think so. Sorry for my ignorance, but the code you
    see is basically the only code I have in the movie.
    menu_mc is located directly on the maintime line. Inside of
    menu_mc are the buttons. If I place a button instance inside of
    menu_mc (and there are not multiple instances of it) I can use an
    onRelease and it works fine.
    I can create an invisible button, place it over the animated
    button and get the onRelease to work, however, since the buttons
    are rollovers, I loose the animation with the invisible button
    covering them up. I can't seem to target multiple instances of the
    same button in the movieclip. is there any way around this?

Maybe you are looking for

  • Can I download from a camcorder directly to iMovie?

    Hi, I am trying to figure out how to download movies directly to iMovie from my camcorder. I have gotten it to the point that it will download directly into iPhoto, and then I copy it to iMovie, but is there some sort of workaround that will allow me

  • Preview unable to crop a pdf

    Hi everyone, Hope you can help.  I am trying to crop the size of a file which I just scanned onto my Mac.  For some reseon in Preview, adjust size and crop are greyed out.  I have no idea what if anything I am doing so your help would be great. Thank

  • FTP and statistics

    I asked this question before but didn't get a clear answer. I just want to ask about this sentence I remember I read in an article but really forgot the source: +FTP upload puts the entire site into a separate folder, and this may affect statistics+

  • How to remove a scratch from macbook pro unibody?

    I just wanted to know if anyone has tried Meguiar Scratch X 2.0 or any other products to remove (or cover up) a light scratch on the MBP (early 2009 model).  I know I can just live with it, but if there is a way of making this scratch look invisible

  • Can't open mail in my MAC

    I can't open my mail on mac, support to my