My form pages menu/list pull down items aren't legible in Firefox

I'm using the form item - menu/list - set to menu.  It looks great in safari, but in firefox the list of items are scrunched together and not legible.  How can this be avoided or styled?

Please when asking for help provide a link so that people can see the result and the code.  Otherwise it is just a big guessing game.
Gary

Similar Messages

  • List / Pull Down Menu set LIST_ITEM_ID and PARENT_LIST_ITEM_ID

    Hi all
    APEX has "Pull Down Menu" template for navigation list control where used variables #PARENT_LIST_ITEM_ID# and #LIST_ITEM_ID# but their values can't be specified SELECT, all my tries failed
    btw doc says
    Enter a list SQL Query or Function returning a SQL Query to generate a dynamic list.
    SQL Query Syntax:
    select level, labelValue label,
           [targetValue]            target,
           [is_current]             is_current_list_entry,
           [imageValue]             image,
           [imageAttributeValue]    image_attribute,
           [imageAltValue]          image_alt_attribute,
           [attribute1]             attribute1,
           [attribute2]             attribute2,
           [attribute3]             attribute3,
           [attribute4]             attribute4,
           [attribute5]             attribute5,
           [attribute6]             attribute6,
           [attribute7]             attribute7,
           [attribute8]             attribute8,
           [attribute9]             attribute9,
           [attribute10]            attribute10
    from ...
    where ...
    order by ...
    Thanks

    If you're trying to build a hierarchy then it's the first column - level - that defines it.
    You'll find an example of a query that builds a menu hierarchy here
    Grassroots Oracle: CSS pull down menu using APEX List

  • Data Socket Timeout when UI Menu is pulled down

    I have a windows app that communicates with a cRIO NSV via datasocket.  Everything works well until I click on the menu bar and then notice that my DS calls timeout.  When I release the menu
    everything starts working again.  Any ideas?

    I was able to reproduce this issue, and will be working with my colleagues to further troubleshoot this error. It does appear that the Datasocket operations are executing in the UI thread. I will post any further information, or a possible correct action request number to this thread, when it becomes available. 
    On a more curious note, what type of tools options are you modifying at run-time? If this is a concern for users at run-time, you could opt to hide the menu items until execution completes; such that, the datasockets are not interrupted. Also, if you are already using NSV's, why not perform a NSV read on the client PC? What is the driver behind the use of Datasockets for this operation? 
    I look forward to any additional information.
    Thank You, 
    Patrick Corcoran
    Application Engineering Specialist | Control
    National Instruments

  • Forms 10g Pull Down Menus

    In Forms 6i, when pull down menus are displayed in the browser, those menus are inside the application online module. In Forms 10g, when the pull down menus are displayed, those menus are on top of the application online module and on the new 'Window' bar line.
    Is there a way to have those pull down menus be displayed within the application online module for 10g?

    Mouse over events are what cause this problem.
    Steve Jobs made a point of this exact type of issue in his thoughts on flash letter, when he mentioned the issue about mouse overs not working in flash.
    Basically the issue was, that you could touch the item to activate the mouse over, but when your finger raises off the screen to select something the mouse over event is no longer registered, causing the menu to immedietly close.
    He failed to mention the fact it also effects any other site made wiht any other language that also uses the mouse over event.
    Adobe flash has fixed this issue by converting all mouse over events to mouse down events auto-magically when accessing flash content via a touch screen device.
    Unfortunetly, the w3c, ones responsible for web standards have not and will not also make this type of functionailty possible.
    This means it is up to the website owner to manually change his mouse over events to mouse down events, when the browser detects a touch screen device.

  • Dynamic programming tabstrip, no tabs in pull down navigation menu

    Hi everybody,
    I create with dynamic programming a tabstrip with some tabs. Than I have the problem that the navigation menu ( or pull down menu ) for the navigation between the tabs is not filled.
    So my question is, must I put the generated tabs in the menu and how, or is it a feature not yet supported? I couldn’t find a method to do this.
    Thanks for any help
    Regards
    Christian

    webmasterinflorida wrote:
    > Hi everyone,
    >
    > I was wondering if I could get some input. I have just
    re-designed our
    > magazine's site, www.easternsurf.com
    >
    > I used Pop-Up menu function in Fireworks 8 to generate
    our Navigator bar. For
    > the most part everything has been working well, BUT
    we've had a couple of
    > complaints that the navigator bar's pull-down menus get
    stuck behind the
    > photos/banner ads/etc.
    Consider redesigning again? The page is 240 kb, which is
    about 200 kb
    more than it should be. It would be OK if everyone used a
    high speed
    connection, but broadband penetration in the US is stuck at
    around 50%.
    About half your viewers aren't going to stick around until
    the page
    finished loading.
    Skim through the forum posts to learn more (and scary stuff)
    about the
    drop down menus.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • Menu/List Dreamweaver

    Hi guys,
    I have a table called agents I want to show the name of the agents in a menu in order to select one agent from that list.
    I added in a form the menu/list and added the value dynamically with a recordset, I have 14 items in that table but the menu/list is only showing 10.
    I would like to show the name of all the 14 agents.
    This is the code dreamweaver is generating, do I need to add something there?
    <select name="agente" id="agente">
                    <?php
    do { 
    ?>
                    <option value="<?php echo $row_nombreagenteingresar['nombre']?>"<?php if (!(strcmp($row_nombreagenteingresar['nombre'], $row_nombreagenteingresar['nombre']))) {echo "selected=\"selected\"";} ?>><?php echo $row_nombreagenteingresar['nombre']?></option>
                    <?php
    } while ($row_nombreagenteingresar = mysql_fetch_assoc($nombreagenteingresar));
      $rows = mysql_num_rows($nombreagenteingresar);
      if($rows > 0) {
          mysql_data_seek($nombreagenteingresar, 0);
           $row_nombreagenteingresar = mysql_fetch_assoc($nombreagenteingresar);
    ?>
                </select>
    Regards,

    Looks like you either...
    1. Haven't uploaded the re4.jpg image
    2. Uploaded it to the wrong location (the link says it should be in your site root)
    3. Uploaded the image with the wrong name (RE4.jpg and re4.jpg are the same on your local system, but on a server they're separate files)
    Actually, #3 is true, I found the image as RE4.jpg, but the link is to re4.jpg
    To avoid this in the future, make sure your files all use lowercase, alpha-numeric names. Avoid using spaces (use hyphens and underscores instead) and avoid special characters like #&$ all together.

  • How do I pass a username form variable from a drop down list/menu to another page?

    Hi,
    I have a login_success.php page that has a drop down list/menu (which lists usernames). I want the user to click on their user name, and when they click the submit button the username information to be passed over to the username.php page which will contain a recordset, sorted by username.
    How do I pass the username info from the drop down list/menu to the username.php page?
    The drop down menu is connected to a recordset listUsername, I have filtered the recordset with the Form Variable = username, and I have used the POST method to send the username to the page username.php. I'm not sure how to structure the php or which page to place it on.
    <form id="form1" name="form1 method="post" action="username.php">
         <label for="username_id">choose username:</label>
         <select name="username_id" id-"username_id">
              <option value="1">username1</option>
              <option value="2">username2</option>
              <option value="3">username3</option>
              <option value="4">username4</option>
         </select>
         <input type="submit" name="send" id="send" value="Submit" />
         <input type="username" type="hidden" id="username" value="<?php echo $row_listUsername['username']; ?>" />
    </form>
    Could somebody help me please?
    Thanks.

    I would not post the variable over, In this case I personally would send it through the URL and use the $_GET method to retreve it. For Example.
    <html>
         <head>
              <title>Test Page</title>
              <script type="text/javascript">
                   function userID(){
                        //var ID = form1.userIDs.selectedIndex;
                        var user = form1.userIDs.options[form1.userIDs.selectedIndex].value;
                        window.location = "test.html?userID=" + user;
              </script>
         </head>
         <body>
              <form id="form1">
                   <select name="userIDs" id="userIDs" onchange="userID();">
                        <option>Select a User</option>
                        <option value="1">User 1</option>
                        <option value="2">User 2</option>
                        <option value="3">User 3</option>
                        <option value="4">User 4</option>
                   </select>
              </form>
         </body>
    </html>
    //PAGE TO RETRIEVE THE USERNAME
    <?php
    if(isset($_GET['userID'])
         $userID = $_GET['userID'];
         echo $userID;
         die;

  • I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  ! Do you get the idea ? Thanks !

    I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  !
    Do you get the idea ?
    Thanks ever so much !

    the numbers manual can be downlaoded from this website under the Apple support area...
    http://support.apple.com/manuals/#numbers
    What your looking for is written out step by step for drop downs and all other special types of user input starting around page 96 in the '09 manual.
    Jason

  • What is/are the keyboard shortcut if I want to pull down a menu item?

    What is the keyboard command to pull down a finder menu item? Say I want
    to browse the finder menus, without a mouse?

    Although that's listed in the document, It does nothing on my machine and it is enabled in Keyboard Shortcuts. So, if you know the steps to get it working, that would be appreciated. Wired, extended Apple keyboard.
    EDIT: Need CONTROLfnF2, which requires two hands, to make it work. IMO, it's much asier to just use the mouse.

  • Change value of a control in a list item new or edit form depending on the page level view Add New Item being clicked.

    I have a list which has a underlying infopath form for insert and edit a record.
    The list has various views spread across different pages .
    Now depending on different pages "New Item", a value for the form will have a corresponding value.
    If there is a single line of text control in the list, and depending ona page name, the value for the single line text should be autofilled when Add new item is clicked.
    How do i achieve that?
    Thanks...

    Hi,
    According to your description, there are several list views in your list, there is a textbox control which holds the “Single Line of Text” type of data in your custom
    form. When users click the “Add new item” button in one of the existing list views, you want the textbox control in the custom form to be populated automatically.
    By default, when user clicks the “Add new item” button in a list view, the URL of the custom form page will contain the name of that list view page, thus, a workaround
    which requires custom code can be like this:
    After the form page loaded, we can extract the name of the list view page from the URL, then populate it into the textbox control immediately. This can be achieved
    using jQuery.
    About how to
    get URL parameters of current page using jQuery:
    http://www.jquerybyexample.net/2012/06/get-url-parameters-using-jquery.html
    About
    adding jQuery into InfoPath form:
    http://riteshudupak.blogspot.com/2010/09/add-jquery-to-browser-enabled-infopath.html
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How do I restrict the items shown in Action pull-down list in Quote Overiew

    I would like to restrict the items shown in the pull-down list of Actions in Quote Overview Screen in Oracle Quoting (HTML)
    The list is defined as part of Quick Codes (Lookup_type = ASO_QUOTE_ACTION). Per my understanding, it should show up all the lookup values enabled in ASO_QUOTE_ACTION. But I see only a few of those enabled in the action drop-down list in Overview Screen.
    I appreciate if any one can provide any clue where they are restricted.
    To access ASO_QUOTE_ACTION Loookup code, here is the navigation path.
    ® Quoting Sales Manager &#8594; (N) Setup &#8594; Quick Codes and query for ASO_QUOTE_ACTION.
    Thanks
    Rao

    Wrong Forum....

  • No Image - Pull Down Menu List with Image

    HI.
    i am using Pull Down Menu List with Image (Custom 1). but when i run the application i can't see any image. below is the link to my application
    [http://apex.oracle.com/pls/otn/f?p=49167:1|http://apex.oracle.com/pls/otn/f?p=49167:1]
    Sagar

    Hello Sagar,
    If you change the template for the list to 'Pulldown menu with image' the images show up.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Using FireFox 10.0.2, when I try to bookmark a page, why is the bookmark pull down menu faded?

    I can provide a screen shot of the problem if it will help. I also uninstalled 10.0.2, went back to the 9.0.1 version and this occurs too. I checked all options and I could not find anything that would change the background of the bookmark menu. I did find that if the web page had a dark background, the bookmark pull down menu was visible but not visible on a white web page.

    Thank you cor-el for the response. I tried disabling the "hardware acceleration", shut down Firefox then restarted and get the same results. I can see the pull down menu well when there is a dark background. I may just have to wipe the system, reload the o/s then reload Firefox. Do you think it would help to load an earlier version of Firefox?

  • When pulling down a long pulldown menu, the menu, instead of starting a new row, will extend past the bottom and behind the browser so that I can't navigate to an item that's below/behind the screen.

    When pulling down a long pulldown menu, the menu, instead of starting a new row, will extend past the bottom and behind the browser so that I can't navigate to an item that's below/behind the screen. FF should be making a second row for these long pulldown menus, right?

    Nope, there is no second row. There should be a scroll arrow "button" at the bottom and the top of that drop-down to allow you scroll, or you can use the scroll wheel on the mouse scroll further down (or back up).

  • The pull down menu or icon for printing does not respond. The only way I can print a web page is by right clicking with the mouse and selecting print? Your comments please

    When I try to print a web page by selecting the print icon or by the pull down menu -print, nothing happens. It does not respond. I have to right mouse click and then select print, which then works. Why is this happening

    Try using the Add Bookmark Here ² extension. You can drag the Add Bookmark window to the size you want to see. <br />
    https://addons.mozilla.org/en-US/firefox/addon/3880

Maybe you are looking for