Hiding dropdown behind a menu - View

Hello,
I want to display a menu dropdown when a user hovers over a particular menu item. The menu is created from a javascript.
In the same page I have included a jsp created dynamically which contains few dropdown elements
the problem is when I select the menu item the drop down (in the page) does not gets hidden in the background. But the dropdown is displayed over the menu item. I guess many would have faced this issue atleast once.
I tried setting the z:index of the menu to a higher value but it did not help me.
The snapshot of my problem is available here:
*http://www.webdeveloper.com/forum/showthread.php?p=806502#post806502*
(As I cannot attach in java sun forum).
Any help is appreciated. Pls help guys, as we are struggling with this for many hours. :-(
Thanks
Ashik

This is a browser bug that has existed for a while. I don't have the code I used, but I wrote a javascript function that would get all the drop downs and loop through them to check the position on the screen vs the position of the "menu" if the menu and the drop down overlapped then I hid the drop down. then when closing the menu I made the drop down visible again.
It wasn't a large or complex script, but it was at a different job and I don't have the script here at work with me, and I'm not going to recreate it. If you have any javascript knowledge then you can figure it out...
If you can't figure it out I can probably find it for you.. but it might take a couple of days.

Similar Messages

  • Copying text object to multiple still menu views

    I am fairly new to this program. I have multiple still menu views on my graphical tab. I need to change one text object for multiple still menu views at the same time. As of now, highlighting all and changing the text object only changes one view. Is this possible and does anyone know how to do this??

    You can't. Each one has to be made individually, you can of course use copy & paste to do this.

  • Nokia E71 Menu View Totally Changed. How to revert...

    The menu view of my nokia e71 has changed radically. the installations,connectivity,media,tools etc all the folders have disappeared and all their contents (buetooth,infrared,gps,realplayer,recorder etc) are cluttering up the menu. i want all the folders back with their contents in them. what should i do to get back the normal menu view?
    Solved!
    Go to Solution.

    try the following
    2.*#7370# - Reformat your phone (out of the box, tho keep in mind that most newer nokia phones at least n series, e series and s60 based phones have udp - user data preservation so not ALL data may be lost. still it is a good idea to always do a back up of your stuff.)3. This you perform as a last resort. Nothing else is working.If the phone is not showing any activity, proceed with hard formatting , turn off your phone, hold the following buttons while pressing the power button. (the default code is 12345)
    3. hard reset - hold the following buttons * (star key), 3 (number button) and talk/green key. turn on the phone and do not release those buttons until you see the Nokia boot up screen. once you feel the phone power up you can let go off the power button while still holding all three buttons
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How can i restore my safari menu view on my PC?

    how can i restore my safari menu view on my PC?

    Thx D but I can't even see the wheel or gear to click on it in order to launch the menu.

  • How to increase Menu Viewer

    Hello
    I am working on a complex menu with tiny buttons on an overlay. I was wondering whether there is any way to zoom or resize the menu view to make it easier to draw the buttons around the overlay? It appears that the menu is fixed in size...
    Thank you

    If you are talking about Photoshop > Preferences > Interface > UI Font Size that refers to Panels (and needs a restart to take effect).
    If the problem is that you have a high resolution monitor you may want to  check out Photoshop CC 2014.

  • E71 Installation Menu View problem

    I was getting a system error 20 when trying to access the programs in my "installation" menu. I decided to restore factory settings. It's working now but the view doesn't change when I try to go into the installation menu. Somehow, it got stuck in the main menu view. It still shows the main icons like communications, office, log, connectivity, etc... But when I hit the office icon it opens up my contacts, when I hit communications, it opens up my app. manager.
    The funny thing is, when I hooked my E71 to my computer to download stuff, everything seems to work fine.
    Can someone help?

    Go to: menu-> tools-> themes-> menu view-> grid.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • How do you make a Spry menu view on all pages but only have to change it one place?

    How do you make a Spry menu view on all pages but only have to change it one place? Someone told me maybe I could create a Library item. Any help will be appreciated.

    If your pages all have the same basic design, using a DW Template would be a way to do it...
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7abea.h tml

  • NOKIA 3110 Classic Menu View

    My nokia 3110c Manual says that it has 4 types of main menu view - Grid, List, Grid with labels and TAB.
    But in the phone, there are only two types - list and grid.
    Where is the tabbed view? The phone is bought recently.
    Is it something to do with firmware upgradation? or is something wrong with my device....
    Plzz.. help...

    Try without the Memory Card...
    If it works fine then Format the Memory card and then use.. Formatting will erase all data from the Card...so keep a back-up..
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • Using Javascript to generate dropdown breaks task menu

    I am trying to use the Cloud Portal to create a workflow that retrieves some data from external web sources to populate some of the form fields. I cannot use the internal based Database connection as the data is likely to change very frequently and is dynamic based on the user logged in. I have managed to get a bit of javascript code working that populates a dropdown on a form and so I can submit the data I want. The problem is that when I activate the Javascript, it breaks the Task view (via Service Manager) and prevents the right hand list to be built. This in turn prevents me from completing the checklist and so prevents the task from proceding. If I disable the javascript, the page loads fine.
    The function I am using is below that puls in some JSON formatted data.
    myfunction(){
    var select = document.getElementById("VLANDetails.Deployment_Version");
    $.getJSON("/software_catalog", function(data) {
        $.each(data.devmap, function(i, id) {
            $(select).append($('<option/>').attr("value", data.devmap[i].id).text(data.devmap[i].name));
    Has anyone seen anything similar to this or can see what I am doing wrong.
    Thanks in advance
    Mohammed Rakhada

    Hi Sachin,
    Before I read you reply, I had a "Eureka" moment that I was about to write about.  I got my Javascipt to read my the value that was set in the Filterdropdown!  However, you somewhat burst my balloon with the revelation about how re-sizing
    window changes their size (i.e., Large to Medium, etc)?  It is true, my function does not work when I click the "restore down" icon on the upper right corner of my window, then it works again when I maximize the window.  That sucks : (
         Oh, well.  Thanks just the same!
    For what it is worth, here is the script I wrote:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
        <script language="javascript">
            //This function reads the digest using /contextinfo.
            function ShowAlert()
                alert(document.getElementById("Ribbon.ContextualTabs.MyWork.Home.Data-Large-2-1").textContent);
        </script>
    </head>
    <body>
    What filter am I set to?  Click the Button snd I will tell you... <input type="button" value="Button" onclick="ShowAlert()";/>
    </body>
    </html>
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

  • Hiding Options in Context Menu for Specific Roles

    Hi SDN,
    We have navigation iview assigned to some of the users. There appears context menu and the items in it. We need to remove some of the options like copy, move for the specific users.
    How to achieve this specific requirement of hiding few of the items in context menu of KM Folders and files for specific users or roles?
    Thanks in advance
    Regards,
    Ganesh N

    Hello!
    In Portal KM, set Permissions on folders for this users (Group of users) - Read.
    Other way - you can edit Ui Commands of Layoutset - which is used in iView,then create copy of iView (not delta link) and delete commands you don't want to show, then assigne iView to your specific role
    Best regards, Ivan
    Edited by: Ivan Kalahryu on Dec 16, 2008 10:05 AM

  • How to Make DropDowns in Navigation Menu Fit

    cs4
    http://ahy4life.com/test2/index.php
    The client wishes to have nine dropdowns in the navigation menu at top. Only eight are ostensibly visible just now, even tho they exist in the code. While I can change the width of each menu item, how can I make "Meet the Owners" and "Events & Promos" appear on two lines. For example:
    Events &
    Promos
    Please disregard the improper alignment of the dropdowns; I will correct those once this other issue is addressed.
    Thanks, -Biggs

    hello,
    Looks like you have some significan code problems in your page.  These need to fixed before you can address the difficulities you describe.
    Martin
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fahy4life.com%2Ftest2%2Findex.php

  • In the browser's menu View no longer has a Reload option in the recently updated Firefox. Why?

    Trying to access my main communication site www.churchnotes.net but keep getting an error message that Domino Web Access is unable to process my request at this time. They suggested that I select View then Reload from the browser's menu but I am not seeing a Reload option anymore.

    Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).<br />
    You can see the difference if you use Alt+F to open the File menu or Alt+V to open the view menu and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.
    You can right click the tab or the web page to find a Reload menu item.
    You can also click the combined Reload/Stop/Go button at the right end side of the location bar.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

  • Removing the "File / Quit" dropdown from the Menu Bar

    How do I remove the "File / Quit" dropdown option from the
    Authorware Menu Bar ?
    I have created an AW menu bar with several dropdowns which
    works well but Authorware seems to create by default a File / Quit
    option at the beginning which is proving difficult to remove. Any
    ideas.
    Many thanks
    Mike

    Aha.... No worries I have found the solution.
    http://www.macromedia.com/go/tn_16092

  • Changing menu view settings

    Hi, I want to buy the apple tv, but I need to know first can I change the view mode like I can in itunes.
    This is an important issue for me and definatly will effect my buying decision because I have photo sensitive epilipsy
    and icons moving across the screen really effect me. I would like to be able to choose a list mode like in itunes.
    Thanks.
    Also, Im a english speaker living in Germany, will I still be able to select english audio track in purchased movies
    like I can in itunes?

    Welcome to the Apple Community.
    Unfortunately there are no custom menu settings whatsoever on the Apple TV.
    I believe some German movies may have English soundtracks but I don't believe it's many.

  • Why is the background behind my menu bar see-through. Can I change this?

    The screen behind the navigation bar and menu bar is see-through, but blurry. it is driving me nuts. Can I change it?

    Yaaay!
    Thanks - a pity I didn't do a search before wasting about 3 hours.
    Rgds, Tsimsi

Maybe you are looking for

  • Graphical Chart Generation

    Post Author: RamprakashA CA Forum: Charts and Graphs Hai all,       I am using  Inbuilt  version of Crystal  report  in VS.NET 2005(Crystal Report Version  10), i am creating a consolidated report, i want to added 11 Bar chart and  Line Chart combine

  • How to Turn the FONT prompt back ON in Flash?

    I asked Flash to not remind me about a font in Flash by checking the Don't remind me again checkbox. I want it to always remind me now. How do you permanently get that Font prompt back please? Cheers.

  • DbSl Trace: CONNECT failed with sql error '12518'  at IMPORT ABAP

    Hi We are trying to install ECC 6.0 on windows 2008 SP2 and oracle 10.2.0.4. We get an error at IMPORT ABAP phase. content of import_monitor.java : java version "1.4.2_26" Java(TM) Platform, Standard Edition for Business (build 1.4.2_26-b03) Java Hot

  • Websphere error in ear application starting

    Hi all, I am a newbie into this J2EE world. So please excuse me if my questions sounds too naive. I am trying to install an ear application into Websphere server on Sun solaris platform. The application is packaged with 4 war modules & one EJB module

  • Pass container object to testStand via queue

    Hello, I try to use queue mechanism to pass container data from labVIEW to TestStand. In TesStand I create a queue, lunch VI and waiting for incoming queue element. In LabVIEW I try to send some data to TestStand as container (cluster). Before this,