Popup menus and form dropdowns

I've read about this before, but I can't seem to find the
solution.
Here is the page:
http://www.brettatkin.com/clients/tgc/index.asp
If you hover over the "Instruction" or "Course Equipment"
tab, the
drop-down form field below stays on top of the popup menu.
How do I fix this?
Thanks.
Brett
[email protected]

By either hiding the field with javascript or by moving it
offscreen when
the menu triggers. If you look carefully, you can see the
search field
disappear before the big honking layer appears.
You could do this with PVII's Swap Class extension to swap
the class on the
<select> tag to one that is display:none, or with DW's
built-in Change
Property behavior to do the same. Are you up for that?
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
==================
"Ba Work" <[email protected]> wrote in message
news:[email protected]..
> How does Amazon and Target do it?
>
> Thanks.
>
> Brett
>
> Murray *ACE* wrote:
>> Redesign. Form fields poke through layers.
>>

Similar Messages

  • Popup menus in Forms 10g and Java Bean

    Hi all.
    What class in Java corresponds with popup menus(not in menu module) ?
    I know that oracle.ewt.lwAWT.lwMenu.LWPopupMenu is corresponds with MenuBar's submenu. I can find Buttons, Text Fields, Menu and other components in my Form-Applet, but I don't know how to find popup menus in forms through Java Bean...

    Hello François,
    I have created a java bean that dynamically creates a popup by left-clicking on the bean.
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_SEPARATOR', '' ) ;
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item one' ) ;     
              Set_Custom_Property( 'BLOCK.BEAN', 1, 'ADD_ITEM', 'Item two' ) ;
    My problem is the layout. I want to simulate a button. I can't put the bean transparent over a button and I can't simulate a button with the bean.
    How can I add the popup functionality to a button and not only to the bean? Or any other workaround?
    Regards Pedro.

  • Popup Menus in Forms 10g

    I have a tool bar that I added within a Form that has few popup menus...
    When I Run form on Web layout I noticed I have to right click in order to see the popup menu... Before in client server it would only require left mouse click and the popup menu would display.. is there anyway of setting it so it would display if I hit the left button vs the right button. Reason being users who are used to Non Web based will not know to hit the right mouse button vs. Hit the left mouse button..
    Anyway to fix this

    I would like to respectfully suggest that windows standards are such that a left-click will select an item, and a right-click will display a pop-up context menu if applicable. I believe the action you describe is how it should be. I mean, even on the page that I use to enter this very note, if I click a link or a button, it will perform the action, and if I right-click in this text box I get editing command shortcuts, right-click on a link I get options for how it is to open, etc.
    I don't believe a left click should open a context menu. If your users use other Windows standard programs, this should not be an issue, as this is how they work already.
    Gary

  • Popup menus and trigger record

    I have a problem (in Forms 6i) executing code in popup menus: When right-clicking an item, the menu opens at the right position, but I am not able to find out which record was clicked - the input focus remains where it was, :system.mouse_record is empty and :system.trigger_record gives me the record number of the record with input focus, not the one where the user right-clicked at. Any suggestions?

    No ideas so far?

  • Popup Menus and Flash

    Hi All,
    I have created a you-beaut pop-up menu in Fireworks 8 and
    have it sitting on the webpage just nicely however, on the page is
    a Flash slideshow as well. The Popup menus are hidden behind the
    Flash content
    Now I have read all the stuff about making wmode transparent,
    but it makes no difference.
    Has anyone else come across this problem and found a
    solution?
    Thanks all.

    > which is probably why Murray is a little reserved about
    this animal.
    > But, it works for me.
    A little reserved? I'm rabidly opposed to it. A menu system
    that can
    generate > 3000 lines of css should be thrown in the
    toilet. I don't pick
    that number lightly - it was actually on a menu that was
    posted here for
    help not too long ago. Personally, I think you made a bum
    decision - all my
    experience is recoiling at this choice.,...
    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
    ==================
    "WollombiWombat" <[email protected]> wrote
    in message
    news:[email protected]...
    > As they say in the classics - Life's a bugger.
    >
    > I just posted a nice reply to this thread, and on the
    upload it got dumped
    > so
    > at the risk of repeating myself I will try again.
    >
    > Murray: Many thanks for the suggestion to take a look at
    the PVII options.
    > I
    > had not considered them as I was looking for a drop-down
    menu gizmo that
    > would
    > appear on top of Flash content. It is worth mentioning
    that I have indeed
    > used
    > many PVII solutions over the years. Thank Al !!
    >
    > So, I decided to take a close look at the solution
    SugnaShane proposed
    > using
    > SWFObject and Son of Suckerfish. To cut a long story
    short - that did not
    > work
    > either. That had me baffled for about an hour then the
    penny dropped !!!
    > Turns
    > out I had not read the fine print in SugnaShane's code
    example which is
    > different to the current practice as presented by the
    author of SWFObject,
    > Geoff Stearns at
    http://blog.deconcept.com/swfobject/
    >
    > What SugnaShane had shown in his example was an
    implementation based on
    > the
    > earlier iteration of SWFObject which when current was
    called FlashObject.
    > So,m
    > when I changed my code to reflect the application of
    FlashObject instead
    > of
    > SWFObject the drop-down menus appeared on top of the
    Flash content on my
    > webpage.
    >
    >
    - YOU LITTLE RIPPER SUGNASHANE
    >
    > In conclusion, I reverted back to the Fireworks popup
    menu code as it gave
    > me
    > what I was looking for quickly and easily. Along the way
    I discovered a
    > few
    > gotchas which is probably why Murray is a little
    reserved about this
    > animal.
    > But, it works for me.
    >
    > Many thanks again to all concerned. The "Work in
    progress" can be seen
    > here:
    >
    http://wollombi.wollombivalley.com/
    >

  • Popup menus and templates

    Having problems with my exported pop menus from FW and
    including them in DW templates.
    All my .dwt files are in a directory called /Templates
    My pop up menu html and the associated .js file is located in
    /Menu and the images are stored in /Menu/images
    Originally my pop up menus were working only if all my HTML
    template derived files were also located in the /Templates
    directory. However I don't want that as I want to organize all my
    HTML pages in subdirectories that are relevant/meaningful.
    So doing some searching I followed this
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15832&sliceId=2
    I tried to make root relative paths in the templates but the
    pop up menu doesn't show up properly when previewing. The Example X
    links from that tutorial are not working so I cannot verify if what
    I am doing is correct.
    Please help with any suggestions. Thanks in advance.

    No ideas so far?

  • Encore CS3 Does it do popup menus and accept surround LPCM?

    If it does not I might as well stay with DVDIT Pro HD.
    Cheers
    Mike

    I would imagine that now that it has been announced, that the NDA does not apply, I mean, they list all the specs, we know what it can doif it has a certain feature, why would they not want there faithful customers to know, seeing as it has already been announced and there are articles covering the review of the products.
    Mike

  • Fireworks 8 CSS Popup Menus

    Hi,
    in previous versions of Fireworks I was able to create
    multiple popup menus and insert the menus into various table
    positions across a web page.
    In the latest version of Fireworks (8) I have tried to do the
    same using the CSS popup up menus but when previewing the page one
    or both of the menus fail to work properly. In some cases the popup
    menus appear onmouseover in the wrong place or other times the
    menus simply don't function at all.
    If I create a single CSS popup menu and insert into a page
    there is not a conflict and it is viewable in various browsers.
    Is there an adjustment that I can make to the code or the way
    that I export to Dreamweaver 8 so that multiple popup menus (in
    different tables) can function on the same page?
    Thanks,
    Boris

    Check the uberlink and McFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial at Thierry's place (
    http://www.tjkdesign.com)
    Either of these are miles better than any DW/FW pop-up
    menu....
    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
    ==================
    "borisbsp" <[email protected]> wrote in
    message
    news:e5pg36$nfb$[email protected]..
    >I would prefer a workaround to this problem (Since the
    money is spent on
    >the
    > software). However I will entertain other solutions as
    long as they can
    > provide me with the same design out come.
    >
    > The verticle popup menus need to be triggered by gif or
    jpeg images like
    > this:
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.eiptuning.com/eip/images/forum/navigation_01.jpg">Screen
    > Shot
    > Example</a>
    >
    > If you have some solutions that fit this criteria, and
    it doesn't mean
    > that I
    > have to reinvent the wheel, I would be interested.
    >
    > Thanks,
    > Boris
    >

  • J2ME Canvas and Form Objects

    I am currently in the process of converting an existing MIDP application which uses the standard high-level UI to implement menus and form objects.
    I am converting this to use the low-level UI with canvases to make the application look far more professional. There seem to be no decent tutorials realting to using the canvas to with relation to menus or user input.
    Is it possible to add the standard TextField and ChoiceGroup types into a canvas? If not, how are these implemented in existing MIDP applications that clearly use a canvas.
    Thanks for any help that you might be able to give,
    Dave

    umm abit of athread revivial but it seems that using j2me polish is more hard work than using standard j2me. This is because you need to know abit of xml and css to take full advantage of j2me polish.
    still is that the only way to create a form in a canvas?

  • Default value in dropdown field for FPM form in HCM Processes and forms

    Hi Experts,
    I am developing HCM Processes and forms using FPM forms and I had a dropdown list contains ten values. So, every time while opening the form first time, my dropdown field should be defaulted with fifth value from the list. How can we achieve this in dropdown field related to FPM Form.
    Please guide me.
    Regards,
    Nayani.

    You would have to assign the default value to one your custom generic services.
    Regards.
    PS: There are posts which talk about generic services , make yourself comfortable with the concept of generic services.

  • Themes and Masters dropdown menus appear in Spanish

    Although every other menu appears in English, why do the Themes and Masters dropdown menus display menu selections in Spanish? I'm using Keynote 2.0.2.

    They only appear when windows is set to the default screen resolution of 96 ppi:
    http://kb2.adobe.com/cps/402/kb402728.html

  • Labview edit time menu and right click popup menus

    How can i add a menu item to the labview edit time menus and to the right click popup menu of any selected object in a block diagram?
    I would like to integrate commonly used tools by me out of the springboard scripting tool into actual labview.
    Solved!
    Go to Solution.

    It sounds to me like you are looking for something like the Right-Click Framework.  Some people really like it, I have not used it extensively myself.  I've had a request to convert a quick drop shortcut into a RCF plug-in, I'll see how it goes.  I have also longed for a good way to hook into the LV IDE to add my own tools, what I find are useful, but not fully satisfactory solutions.
    1)  Right-Click Framework:  Some initial startup costs in terms of downloading and installing.  Start up is a bit slow (on my machine), and the workflow is a bit different than what I am used to:  Select an object, press the hotkey, right-click.  You can get used to it, but it is not as responsive as a built-in right-click since you can't right-click in one action.  It seems to be easily extensible, I'll know more in a day or two.
    2)  Quick Drop:  Built into LV.  Slow startup like RCF.  Fairly easily extensible.  Not context aware (unless you build it in to your plug-in), so you have to choose your letters wisely.  After the initial pain, the response time is not shabby, does require the extra Ctrl-Space action.  
    3)  Tools Menu:  I drop a few things in here, like my custom connector pane editor.  Not bad, but there are no keyboard shortcuts (what a pain), so it is good for actions that you might call once or twice on a given VI.
    In short, all of these methods require extra clicks or keypresses and are a bit sluggish.  If something like copy and paste behaved this way we would never use LV again, but if your tool truly saves you a bunch of steps it is well worth it.  I have almost run out of letters to use for my QD shortcuts.
    Addedendum:  Personally I am not quite ready to start talking to my computer, but LVSpeak seems pretty cool, Smashy Smashy.

  • Removing Menus and Opened Form

    Hi to all,
    I have developed the add-on, and is working, but when i stop my add-on the menus and the opened form remains Opened, in what event should i write the code to remove these items i.e forms and menu items.
    Help me please

    Hello,
    when the addon stops by the user, your "class" is stopping.... So You can execute cleanup code in the Finalize procedure of your class.
    Protected Overrides Sub Finalize()
            MyBase.Finalize()
            'Enter your code here
        End Sub
    Regards,
    J.

  • XML and PopUp Menus

    Hi ... I'm new to Dreamweaver but I've managed to build an
    html page with a PopUp menu and also convert the html page to an
    xlst page but I cant get the popup menu to work ... its seems to
    object to the 3rd line in the following code ...
    </xsl:text>
    </xsl:comment>
    ]]>
    </xsl:text>
    The error message when you attempt to preview the page is ...
    SAXParseException: The sequence ']]>' is not allowed in
    character data
    (contacts_notemplate_1.xsl, line 81, column 4)
    I cant find anything in the documentation saying this
    shouldnt work ... can anyone help me ?
    Cheers
    Geoff

    GeoffDear wrote:
    > SAXParseException: The sequence ']]>' is not allowed
    in character data
    > (contacts_notemplate_1.xsl, line 81, column 4)
    ]]> is the closing sequence of a CDATA tag. Presumably,
    the opening
    sequence is missing.
    <![CDATA[ This is a character data section that allows you
    to use < and
    & without driving an XML parser crazy. ]]>
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • IFrames and Popup Menus

    I have a popup menu and I want the options when
    selected to open in an iframe, however there seems to be no way to
    do this in Dreamweaver. I guess it need to be had coded to work.
    Any help one this issue please?
    Mr. Confused

    GeoffDear wrote:
    > SAXParseException: The sequence ']]>' is not allowed
    in character data
    > (contacts_notemplate_1.xsl, line 81, column 4)
    ]]> is the closing sequence of a CDATA tag. Presumably,
    the opening
    sequence is missing.
    <![CDATA[ This is a character data section that allows you
    to use < and
    & without driving an XML parser crazy. ]]>
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • List of sales condition types for a material

    Hi, I have a material and maintained pricing and discount condition types for that material. I guess VK33 helps to view what condition types maintained for that material. However when I tried VK33 and selected the material from the conditions from th

  • Guide to Installing XP on a Raid Enabled (AHCI) ThinkStation S10

    I spent a long time attempting to install Windows XP on my ThinkStation S10 with Raid 5 enabled. This post will detail exactly how to accomplish this process. Method 1: Using F6 Option During XP Installation (Note: I could not personally get this met

  • Cartesian Join query optimization

    Hello Experts! I have a question about cartesian join query which might look a bit weird. Assume the SQL query like that: SELECT DISTINCT A.NAME FROM A, B, C; Here we have cartesian join for 3 tables A, B and C. It looks to me, in order to get the re

  • Is it possible to edit stylesheets?

    I would like to edit the stylesheets in the latest (September 2013) version of Pages for iOS. Is it possible in this latest version? I know the previous version did not support editing of stylesheets by the user.

  • Any Help with my head phones controllers!

    My Bose Quitconfort 15 headphones controllers does not work anymore with my iPhone 4s. It's working good on my Macbook pro. My 4s has updated 6.1.2. Any Help?