Drop down menus to create multiple variables.

Hi Everyone,
I'm very new to scripting so I apologize ahead of time for my "newbieness".
I would like to have a dropdown box that, depending on the item chosen, can set several variables. Then I would like to use those variables for other calculations throughout the form.
BTW...this is for a character sheet I'm creating....I know...nerdy...but hey I OK with it :-)
For example:
The character sheet has 6 variables that are affect the rest of the sheet...."vSTR", "vINT", "vCHR", "vWIS", "vDEX", "vCON".
Let's say I have a drop down box with choices "Elf", "Dwarf" and "Human"...
...if "Elf" is chosen it will set the "vDEX" to 2 and the "vCON" to -1....the other variables would not be used....or set to 0.
...if "Dwarf" is chosen it will set the "vCON" to 2 and the "vCHR" to -2...the other variables would not be used....or set to 0.
...if "Human" is chosen all of the variables would not be used....or set to 0.
So:
1. I'm not sure how to create the drop down box.
2. How do I accomplish the above example.
3. I know how to do a simple calculation but how do you script a more complex calculation with parenthesis ....ex... A*((B+C)/(D-E))?
Thanks in advance for helping. Once I see it I can usually go from there...getting started is where I get stuck. I really admire coders :-)
Jack

This is quick and from memory, i can't test it right now, but it should give you an idea. Put this in a document level script:
function SetNotesField() {
     // Set up a variable to hold the entire NOTES field value
     var Notes
     // Add the value for each dropdown box here (replace 'GetValueFor_SE_FieldHere' with the value you will use for that dropdown)
     if (this.getField('SE').value == 'true') {
          Notes = Notes + 'GetValueFor_SE_FieldHere' + '\r'  // add a carriage return if needed
     if (this.getField('SQ').value == 'true') {
          Notes = Notes + 'GetValueFor_SQ_FieldHere' + '\r'  // add a carriage return if needed
    //...Duplicate the above for any other fields you need
     // Set the value of the notes field to the concatenated value for all dropdowns.
     this.getField('NOTES').value = Notes
For each dropdown field, add the following to the 'OnBlur' event:
SetNotesField()

Similar Messages

  • Cascading Drop Down Menus

    Can cascading drop down menus be created in Acrobat XI Pro?  If so, how?

    Yes with JavaScript and popUpMenu method.

  • DW Drop Down Menus and IE 7.0

    Hello Folks,
    This is my first post here, and I really understand very
    little about web stuff, so I need someone to walk me through this
    stuff, if you'd be so kind.
    I have drop down menus I created in Dreamweaver 8.0. Most of
    my pages are validated by
    http://validator.w3.org, and
    yet when a visitor views them in Internext Explorer, the drop down
    menus don't display correctly. I'm on a Mac and can't check it
    myself, but a couple of folks have verified it for me. Is there
    something I can do to fix this without a major overhaul? The menus
    work correctly on Safari, Firefox, IE 5.5 and an old version of
    Netscape I happen to have here.
    Skolai
    Trip
    The same problem with my
    Stock
    Photography Site.
    If someone could help me out I'd really appreciate it. I
    looked around on the web and a few references to this problem, but
    I can't seem to find any solution. I didn't fnd hardly any
    reference to it here in these forums.
    Thank you.
    Cheers
    Carl Donohue

    Same problem on PC Firefox and IE7
    Actually worse in FFox - the buttons don't show up until you
    mouse over the
    actual top level text link. But the dropdowns do work. IE7,
    the buttons
    show, but the dropdowns do not show a link, just a dash (-)
    It could be something in the js - I notice this in the code
    -location
    name of file location...
    so not sure whether it's the dash in that string causing an
    issue or not...
    don't know enough js to help with that. Are you using a
    leading dash before
    you enter the text link ?
    There is also way too much code to go through to troubleshoot
    sorry. I
    would seriously consider usng another menuing system :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    "CarlD" <[email protected]> wrote in message
    news:f15dsg$eq4$[email protected]..
    > Hey Folks,
    >
    > That was quick!
    >
    > Thanks for the replies. I remember reading some stuff n
    these forums about
    > a
    > year ago when I set the menus up that DW menus had al ot
    of problems. I
    > even
    > went painstakingly through the Project Vii stuff, but
    culdn't make that
    > work at
    > all. In the end, I got the DW menus working fine. That
    is, until someone
    > sent
    > me a screen capture of how they seemed to work in IE 7.0
    .. when the
    > little
    > drop down box appears, it has no text in each of the
    appropriate bars. But
    > when
    > scroll over a bar, the appropriate text and link comes
    up just fine - it's
    > only
    > the initial Mouse Over function that the text in the
    bars doesn't show up.
    > And
    > it does, as far as I can see, only have a conflict with
    IE 7.0.
    >
    > I'll look at the link Darrel provided and also do some
    research on the
    > spry
    > drop downs .. thanks.
    >
    > If anyone else has an idea for a quick fix, that'd be
    great too. Would an
    > upgrade to DW CS3 make a difference?
    >
    > Thank you.
    >
    > Cheers
    >
    > Carl
    >

  • Multiple drop down menus

    I have generalised this question to JSP's i'm using the struts framework but it applies to JSP's as well anyway:
    I have many part drop down menus. These are mapped to partXX, part XX where XX represents the part number. This is a bad way of doing it because i can't easily add more parts to my form without creating more variables. I've tried storting it in an array but the last selection is stored and then previous one is wiped when the form is submitted. Any ideas?

    Given that you use JSP twice in the first sentence,
    possibly the JSP forum would be a smarter place to
    ask your question?

  • Best practice for creating large drop down menus?

    I'm attempting to transition from using Photoshop to Fireworks cs4 for design and prototyping of websites.
    Right now I'm working on re-creating a nav bar design in FW. The design calls for large drop down menus with lots of non-standard content similar to nymag.com
    I've got each button setup as a 2 state button, however when the large drop down spans across to the right, the other buttons next to it appear to be over the first fly out. If I move that layer on top of the others, all the other buttons begin to act strangely. Any ideas?

    I have to agree with Pixlor and here's why:
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    and another:
    http://apptools.com/rants/menus.php
    Don't waste your time on them, you'll only end up pulling your hair out  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • I have created a Fireworks nav bar with drop down menus. Can't get the weblinks to save.

    I have been trying to add the web addresses in my Fireworks nav bar drop down menus. I can't get them to "take". I add the address, click done and some of them save and some don't. I am pulling my hair out! HELP!

    the easiest way is constructing your menu with frame labels
    now i have no way of knowing how you are constructing it ..so
    this may not work for you ...i assume that you have created a main
    button ...that has been converted into a symbol & then
    duplicated to create all other buttons
    okay here it goes ..i hope i dont confuse you
    i will explain how to create 1 button with 4 submenu items
    with the trems that i mentioned above
    but iam not going to explain all the details of creating a
    whole nav bar
    because it just takes too much typing ...i assume you already
    know this
    sooo ! ...lets say this is the Portfoio button ...inside the
    symbol now
    create 8 layers ...the order is going from top to bottom
    actions
    labels
    submenu Logos
    submenu Illustration
    submenu Animation
    submenu Coolstuff ."you will name your button items how you
    like" ...
    main button....lets just say Portfolio !
    invisible btn for main button
    so now on with the hard stuff
    create 20 frames ...stop action on frame 1 ...frame 9
    ...frame 20
    on the labels layer now ....name frame1 "Closed" ...frame 10
    "Open"
    on the submenu Logos layer ...create a keyframe on frame 10
    all frames before the 10th frame will be blank frames
    repeat that for the rest of the submenu items
    on the main button layer you will just place the main
    Portfolio button on frame 1
    & on the invisible button layer ..the inv btn is going to
    be placed on frame 10
    all this is iam hoping your have converted everything into1
    symbol
    all you need to do know is attach code to the main Portfolio
    button & the invisible button
    so click on the Portfolio button
    on (rollOver) {
    gotoAndStop("open");
    invisible button
    on (rollOver){
    gotoAndPlay("closed");
    & that should be good ...very simple !
    then just repeat this process for every button that makes up
    your nav bar ....& it doesn't matter if your inv buttons
    overlap each other or your main nav buttons are touching each other
    peace John

  • Multiple drop down menus won't work

    Hi guys,
    Mac newbie here: I decided to give them a shot after a lifetime of PC use due to a friend's recommendations.
    I'm trying to apply for jobs, and every single site that has two drop down menus, with one dependent on the other, won't work in Safari. (if I go try it out on a PC with IE, it works without any problems). For example, a menu that reads "country" and the next one reads "state". It will let me choose the country, but then the "state" one won't work at all, with the only option being "choose one".
    As these are required fields to send the application along, I'm having to borrow someone else's computer every time I apply for a job, and that's getting old fast. Any ideas on how to get Safari to quit hanging up on the dropdowns?
    I have no idea if this matters or not, but I bought my Mac when I lived in Japan. I'm still running the English version of the OS, though.
    Thanks for any help you can give me!

    I use www.alldatapro.com for auto repair information. It a members only site so it might be a bad example. The problem im having is, i cant select the first option in any dropdown menu. The badpart about that is some of the menus only have one option. In such a case, i have to log in on regular computer, put the info in, then reload the website on the ipad so i can use the "previous vehicles" option. I have a jailbroken ipad running 4.3.1. The dropdown mnus worked perfect until i upraded to 4.2 and i still havent found the source.

  • Help with actionscripting multiple drop-down menus

    So I have 3 different drop down menus that I want to use, and I want them to all work together so that if I have drop down menu number one open, the 2nd menu will drop down while the 1st one is still down.
    (I'm using Flash cs3)
    Here are some screen shorts:
    Layers: http://gyazo.com/3f24c53d5b91b7edb7fbbb1e6aa99c7c
    First action: http://gyazo.com/320857b1a6a94ba3fef153d1beb4ad6c
    Second action: http://gyazo.com/052bf8f1d673d533afc9b11488634869
    Stage before opened: http://gyazo.com/698353db25de7e589126a8800d7fdb25
    Stage opening up: http://gyazo.com/f905b9f20ee7b6205a978e304c27b934
    I'm relatively new to actionscripting all together, and I'm not a great programmer either. I'd greatly appreciate any help, I'm completely stuck and have no idea what to do.
    Thanks!

    fixed it

  • Creating drop down menus in JSP using custom tags

    Hi, i am working on a JSP which has custom tags for displaying menubar and menus, now i want to have these menus converted into drop down menus, and the submenus displayed onmouseover event. I am getting solutions with pure html page calling javascript functions.But i dont need this, i want the work done by my TagHandler class which sends the output to output stream, which in turn is transformed in to actual HTML by a XSLT embedded in my JSP.
    Please help as i am new to custom tags, and desperately in need of help.
    If possible give some sample code or useful links.
    I will be highly grateful.
    Thankx in advance

    that's fine, but the tag has to, ultimately, generate the HTML/Javascript stuff like you've already seen.

  • What's the best way of creating drop down menus on CS3?

    Hi people,
    I'm using CS3 now. I used to build drop down menus in
    fireworks, but now with CS3 theyre a bit glitchy and I have
    problems centering the page, as fireworks CS3 now generates CSS for
    each menu - (dreamweaver also gets confused which CSS to use?)
    Is SPRY menus the way to go now? It looks quite time
    consuming styling them with CSS? I quite like using rollover
    images, is this going to make life hard doing it the SPRY way?
    Any tips or advice would be appreciated before I start.
    Whats your experience of SPRY shall I go for that or stick to
    something more tradional?

    "BeardedFlipFlop" <[email protected]> wrote
    in message
    news:f73k74$ko4
    >
    > Is SPRY menus the way to go now? It looks quite time
    consuming styling
    > them
    > with CSS? I quite like using rollover images, is this
    going to make life
    > hard
    > doing it the SPRY way?
    It's not really all that time consuming if you have an
    understanding of
    CSS... the stylesheet that is used for the Spry menus is
    fully commented
    (thought it could be better explained in some cases), but
    once you
    understand what each section does and how to make the style
    change it's not
    that difficult.
    Otherwise, go with the tutorial already posted.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/

  • Is there a way to create drop down menus in IWeb

    I want to have drop down menus from the main ones on my website.
    How do I do that?

    This is the code I use in the html snipet
    <script language="JavaScript">
    <!--
    function getSelect(s) {
    return s.options[s.selectedIndex].value
    //-->
    </script>
    <select name="list" size="1" onChange="window.top.location=getSelect(this)">
    <option value="#">Select A Year</option>
    <option value="http://web.mac.com/gartside1104/Photoyears/1960.html">1960</option>
    <option value="http://web.mac.com/gartside1104/Photoyears/2008.html">2008</option>
    </select>
    Obviously you'll need to change certain parameters for your own use.

  • How to create drop down menus

    I want to know how to make the drop down menus for my
    navigation bar. I really want the menus to pop out to the right. Do
    I have to buy a java script to do this. I am a relativly new
    developer. I know some HTML and am just learning CSS. I am using
    Dreamweaver to construct my pages. I dont know java scripting and
    dont know how hard it is to do so don't know if this is something I
    can make on my own or if I can copy one from a free source or buy
    one. Thanks for any help. aekp

    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/)
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    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
    ==================
    "aekp" <[email protected]> wrote in message
    news:en12bl$25c$[email protected]..
    >I want to know how to make the drop down menus for my
    navigation bar. I
    >really
    > want the menus to pop out to the right. Do I have to buy
    a java script to
    > do
    > this. I am a relativly new developer. I know some HTML
    and am just
    > learning
    > CSS. I am using Dreamweaver to construct my pages. I
    dont know java
    > scripting and dont know how hard it is to do so don't
    know if this is
    > something
    > I can make on my own or if I can copy one from a free
    source or buy one.
    > Thanks for any help. aekp
    >

  • My Drop Down Menus Do Not Work Properly in IE

    Hey. I'm really stuck and have been for over a week. Let me preface this by telling you I didn't build our website and have little knowledge of spry and spry assets. I can't the get the gentleman that built our site to help and I'm desperate!
    The site - www.ncsoccer.org , has drop down menus. They work fine in Chrome, FF and Live Preview (DW CS4). But in IE8, they do not.
    I had to revise the drop downs (changing names and removing some drop downs - I've done this with no problem before). When I uploaded the index page and the template pages, the error started.
    In addition, the people in my office that use Contribute to update their sections, cannot access anything but our index page and I don't know what (if anything) I've done wrong, as everything worked fine before the menu revision.
    I'm including the 'sprymenubarhorizontal.css" code below. Maybe you can see something that isn't right.
    Thanks for any insight or suggestions. Remember, asking me to create to create sprys or widgets or something like that may be over my head! Try to dumb it down for me!
    Thanks.
    Mark
    (sprymenubarhorizontal.css code)
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 15em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 15em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    width: auto;
    background-attachment: fixed;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #ffffff;
    padding: 0.3em 0.75em;
    color: #000;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #cccccc;
    color: #000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #cccccc;
    color: #000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image:  url("SpryMenuBarRight.gif");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image:  url("SpryMenuBarRightHover.gif");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    /* 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;

    A;though the CSS is very well documented, there are those that ignore those signs. Look at the following
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: auto;
        float: left;
    The rest have been given a width of 15em, so this value may be a good start.
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
       width: auto;
        background-attachment: fixed;
    Just keep the border property and remove the other two.
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* 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;
    The following is the original for the above
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.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;
    Cheers,
    Gramps

  • How do I get spry drop down menus to display infront of my content?

    Hi,
    I am currently using DW CS4 to create a website for a uni project. I have created a Spry Menu bar which displays correctly when I preview it however I have uploaded a few pages to my site to test them and the drop down menus disappear behind my content. Is there any way I can fix this?
    My web address is www.nataliemiddlemore.110mb.com if you want to have a look. There is currently only 3 pages uploaded.
    Also the drop down menus do accross the page horizontally rather than drop down underneath each other. Is there a way to fix this?
    I would be very grateful for any help and am only a beginner so keep it as simple as possible for me.
    Thankyou in advance.

    You have used Absolutely Positioned Divs for your primary content. AP Divs are (by definition) taken out of the normal flow of the page. When they are in the code after the menus, they might show in front of them. I did not experience that on my system, however.
    I don't see any overriding reason...beyond the thought that AP Divs are easy to make and place...for using AP Divs. Your page structure is very stable, and normal relatively-positioned Divs should work just fine.
    As to the drop down menus trailing horizontally across the page, control the width of this: ul.MenuBarHorizontal ul to contain the left-floating list items. That style selector shows up in the SpryMenuBarHorizontal.css stylesheet. The submenus should then fall vertically.
    Beth

  • DW-MX-04 Drop-down menus won't work.

    I'm using Dreamweaver MX 2004 (have been for several years, so I know my way around it).  I want to create drop-down or fly-outs menu's to consolidate page links into categores in order to reduce the number of link tabs I have on each page.  I've been able to create the menu's I needed (using: Tag Chooser\ Behaviors\ Show Pop-U Menu), but when I preview the pages in IE, the text only shows on the mouseover text (not on top) despite having the text color set as black in the Menu window.  But it gets worse.  When I uploaded the page to try it, the drop down menus don't show up at all when I hover over the main buttons and  I get javascript errors.
    Can anyone give me so assistance on how to resolve this?
    I've checked the text color issue using the code view editing pane, and it matches the way I have it setup in the Pop-Up Menu.  But that's the least of my worries if I can't get them to work at all when the pages are live.
    Thanks...JEB

    MX2004 software is also somewhat antiquated and no longer supported by Adobe.   So it shouldn't surprise you that the tools from nearly a decade ago are obsolete today.  The web itself has changed significantly since 2004! 
    Web standards have moved from HTML3 to HTML5.  Layouts have departed from old school nested tables to more efficient CSS.  Unlike a decade ago, today's web devices include everything from hand held smartphones & tablets to laptops, desktops and TV displays.  So it's not possible to stand still and keep pace with the evolving web.  If you're not moving forward, you're falling behind.
    CSS is not an extension.  HTML = content.  CSS = Cascading Style Sheets.  CSS is used to style your content.    With CSS you can make an ordinary list look like a very cool menu with buttons, borders, shadows, drop-down and rollover effects.  If you master CSS, you can do some very creative things with it.  However, coding skills are essential.
    Below is an example of an unordered list styled with CSS to make a nice horizontal drop-menu.
    http://alt-web.com/DEMOS/CSS-Multi-colored-drop-menu.shtml
    To further illustrate the efficiency and power of CSS, look at CSS Zen Garden. 
    http://www.csszengarden.com/
    Every page on the right panel contains exactly the same HTML code as the first.  The only difference is the CSS code.
    The shift to CSS is intended to help web designers keep styles separate from content. Learning to work with CSS will make a you better web designer and save countless hours of tedious re-coding when you decide to change the look of your site.  It's much easier to edit one file instead of many. 
    Below are some links to help you learn more about how to work with CSS.
    HTML & CSS Tutorials -
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    https://tutsplus.com/2013/03/the-modern-web-designer/
    Have fun!
    Nancy O.

Maybe you are looking for

  • Get  max100 requests from request manager

    Hello! I'm requesting requests for a user from the RequestManager over the ContentServices-API. Now I've the question if there is possibility to get maximal 100 requests? I've tried to set the Options.RETURN_COUNT and give that to the request manager

  • Runtime Error in ECC6 - for t-code PPOCE

    HI Gurus! at my client site , we have upgraded 4.7 to ECC6. Now functional consultants are testing the system.When HR consultant working on PPOCE t-code ,the patch no of SAP HR - 0007. its giving runtime error. Runtime Errors  CREATE_DATA_UNKNOWN_TYP

  • How to stop internet crapsplorer blocking flash

    I know this is about flash, but it is web development, so I put it in here. Anyhow, if you look at my website, http://gest.atspace.com in internet explorer, it has those gray boxes around all the flash elements which you have to click to activate (cr

  • IDOC to XI, wrong data

    Hi Experts, I am facing a strange error.. from we 19 when I trigger the idoc.. the data is correct .... Im focusing on the second last field in the idoc ...but when it comes to XI in sxmb_moni in the inbound message... the value of this field gets sh

  • Improving performance in a merge between local and remote query

    If you try to merge two queries, one local (e.g. table in Excel) and one remote (table in SQL Server), the entire remote table is loaded in memory in order to apply the NestedJoin condition. This could be very slow. In my case, the goal is to import