Drop down menu and making it dynamic

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Drop down menu and making it dynamic

    Hi All,

    I have created a Popup menu using Dreamweaver through behaviours. The issue is
    the menu is bit lengther and when the menu is displayed over a list box, the
    layer goes behind the list box, where the text in the menu is partial. Do we
    have to do something with the Z index or is there anyother mehtod of doing it ?
    How do we resolve this.

    My second question is can we make the menu dynamic ? that means where certain
    users are not allowed to see some items in the menu. How do we do that ?

    I have attached a zip file which consists of the HTML file and the js file.

    Thanks and looking forward to hear the answer.

    Murali

    murz Guest

  2. Similar Questions and Discussions

    1. Creating a Dynamic drop-down menu with MS Access2003 DB
      <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="Connections/myDatabase.asp" --> <% Dim Recordset1 Dim Recordset1_numRows set...
    2. Dynamic Drop-Down Menu
      I am trying to create a page to edit information previously submitted by the user. I cannot figure out how to pre-select the item that the user...
    3. Dynamic CSS drop down menu
      Hello, i am looking to add a drop down menu to a site for categories and subcategories, both are coming from the database so the menu is to be...
    4. Dynamic List/Menu Drop Down
      I'm creating a form where a user selects their state from a dynamic drop-down list (which is pulled directly from a table in my access database),...
    5. Drop down menu in asp and dynamic images
      Hi I have an access database with a complete list of my clients. Firstly, how do I set the database to link to an image for each client? I do...
  3. #2

    Default Re: Drop down menu and making it dynamic

    You are in deep now - is it too late to reverse all of this?

    Read this link carefully -

    [url]http://apptools.com/rants/jsmenu.php[/url]


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "murz" <webforumsuser@macromedia.com> wrote in message
    news:c8cncm$ggm$1@forums.macromedia.com...
    > Hi All,
    >
    > I have created a Popup menu using Dreamweaver through behaviours. The
    issue is
    > the menu is bit lengther and when the menu is displayed over a list box,
    the
    > layer goes behind the list box, where the text in the menu is partial. Do
    we
    > have to do something with the Z index or is there anyother mehtod of doing
    it ?
    > How do we resolve this.
    >
    > My second question is can we make the menu dynamic ? that means where
    certain
    > users are not allowed to see some items in the menu. How do we do that ?
    >
    > I have attached a zip file which consists of the HTML file and the js
    file.
    >
    > Thanks and looking forward to hear the answer.
    >
    > Murali
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Drop down menu and making it dynamic

    Hi Murray,

    Thanks for ur response. You still say there is no solution when you do things
    at Dreamweaver ? can you suggest me some sites where I can pick the code for my
    requirements.

    Thanks,
    Murz

    murz Guest

  5. #4

    Default Re: Drop down menu and making it dynamic

    Learn the methods taught here, and you'll be way ahead -

    [url]http://www.projectseven.com/tutorials/navigation/snapmenus/index.htm[/url]

    or

    [url]http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm[/url]

    and here's an example you can analyze -

    [url]http://www.projectseven.com/tutorials/autolayers/[/url]


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "murz" <webforumsuser@macromedia.com> wrote in message
    news:c8efo5$1de$1@forums.macromedia.com...
    > Hi Murray,
    >
    > Thanks for ur response. You still say there is no solution when you do
    things
    > at Dreamweaver ? can you suggest me some sites where I can pick the code
    for my
    > requirements.
    >
    > Thanks,
    > Murz
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Drop down menu and making it dynamic

    I'm still having the List box coming front , inspite of following the project seven tutorial. Any more suggestions ?

    Thanks,
    Murz
    murz Guest

  7. #6

    Default Re: Drop down menu and making it dynamic

    try forums.projectseven.com if you have a newsreader or go to:

    [url]http://www.projectseven.com/support/index.htm[/url]

    Get help direct from the authors.

    "murz" <webforumsuser@macromedia.com> wrote in message
    news:c8h950$1qi$1@forums.macromedia.com...
    > I'm still having the List box coming front , inspite of following the
    project seven tutorial. Any more suggestions ?
    >
    > Thanks,
    > Murz

    Durwood Edwards Guest

  8. #7

    Default Re: Drop down menu and making it dynamic

    Any layer will go behind a listbox. It's as if the listbox has a z-index
    of plus infinity. You could hide the listbox by setting disply:none
    whenever the user opens a layer, but then your page simply looks silly
    and the user will think he broke it *sigh*.

    Anyway, for more info on this issue read this:
    [url]http://www.webreference.com/programming/javascript/form/[/url]


    murz wrote:
    > I'm still having the List box coming front , inspite of following the project seven tutorial. Any more suggestions ?
    >
    > Thanks,
    > Murz
    Cion Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139