Frames and Drop down menus

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

  1. #1

    Default Frames and Drop down menus

    Is there a way to allow a drop down menu created with DHTML to overlap into
    another frame? I have set up my DHTML navigation in a frame across the top so
    when users select an option, it shows up in the main frame. The only problem
    is that I have to adjust the size of the navigation frame to view the full drop
    down.

    stofferd1 Guest

  2. Similar Questions and Discussions

    1. Pop-up menus and frames
      A web page with Fireworks 8 Javascript (not CSS) pop-up menus imported into Dreamweaver 8 works fine on its own. However, if I include the page in a...
    2. Using menus in different frames
      How the frames work, and what is the consequence of having 3 frames on a page, and 2 menus in 2 frames out of those 3. ...
    3. Menus across frames
      Am looking for guidance on how to make menus appear across two different frames. The main menu appears in the left hand frame, but despite the menu...
    4. Popup menus and frames
      I want to set up my popup menus to open the link in a different frame, is this possible? I would also like the popup menu to come up in a...
    5. pop up menus over outside frames
      Perhaps this question has been asked before, but I can't find it. So here it goes: I'm a bit new to dreamweaver, and I have been designing a...
  3. #2

    Default Re: Frames and Drop down menus

    No, because frames are a separate document.
    VVebbie Guest

  4. #3

    Default Re: Frames and Drop down menus

    stofferd1
    Are you using the FireWorks menus?
    Is your site so dependant upon FramesSets that a re-write is out of the
    question?

    If the answer to both questions is YES, I may be able to help... (I'm sure
    I've told this story recently?)... long ago we had a Frameset site and we spent
    ages getting FW menus to work so that the triggers for the dropdowns were in
    one frame but the actual dropdowns appeared in another (not quite the
    overlapping into another frame that you asked for - so VVebbie's anwser is
    correct) does this sound of any use to you?

    Andy
    ps we have since stopped using frames, they turned out to be more trouble than
    they were worth

    byardaj Guest

  5. #4

    Default Re: Frames and Drop down menus

    And moving the menus into another frame is (in my opinion) a foolish waste
    of time. If the frame containing the submenus is scrolled, then the
    submenus vanish under the other frame UNLESS you make them persistent. It's
    one dreary workaround after another. And when you finish, you still have a
    slug.

    Spend the time doing something that works the first time! 8)

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [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
    ==================


    "byardaj" <andybyard@mac.com> wrote in message
    news:e2jnf5$rpr$1@forums.macromedia.com...
    > stofferd1
    > Are you using the FireWorks menus?
    > Is your site so dependant upon FramesSets that a re-write is out of the
    > question?
    >
    > If the answer to both questions is YES, I may be able to help... (I'm sure
    > I've told this story recently?)... long ago we had a Frameset site and we
    > spent
    > ages getting FW menus to work so that the triggers for the dropdowns were
    > in
    > one frame but the actual dropdowns appeared in another (not quite the
    > overlapping into another frame that you asked for - so VVebbie's anwser is
    > correct) does this sound of any use to you?
    >
    > Andy
    > ps we have since stopped using frames, they turned out to be more trouble
    > than
    > they were worth
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Frames and Drop down menus

    Murray is right, see [url]http://apptools.com/rants/framesevil.php[/url] to see some of
    the other hurdles you may need to overcome.
    We managed to overcome some of them like this:

    Search Engines - a special .asp page to generate links for the search engines,
    not pretty! our site appeared as
    [url]http://previouscompanydomain/asp/Frames_Set.asp?go2=about%20us[/url] etc

    Bookmarking - custom JavaScript to set a favorite in the same form as the URL
    above.

    PopMenus - customised FW menus to display dropdown in main frame

    Scroll bars, popup menus scrolling away - used a scrollable DIV in the main
    (non-scrolling) frame.

    As you can see, there is a lot of work (and no doubt there are more problems
    on the horizon) and we dropped the frameset idea after the 1st release (when
    the pressure was off).
    I would never have started down that path (frames) if I had known how much
    effort it would take.

    regard Andy

    byardaj Guest

  7. #6

    Default Re: Frames and Drop down menus

    Thanks for everyone's input. I have changed the design to get rid of the
    frames. I am glad I was just starting the website when I realized the frames
    were going to be a problem. I have realized that due to the need in my
    organzization for all screen resolutions to be set to 1024 X 768 I can use
    <div> tags to get the desired results. Once again, thanks to everyone.

    stofferd1 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