New Member with popout menu problem

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default New Member with popout menu problem

    I'm new to Dreamweaver and am trying to create a page of 3 frames that contains
    a dropdown/pop-out menu in the 2nd frame. When the popout exceeds 3 choices,
    it it no longer displayed, giving the user the sense that it "disappears"
    behind the main frame (3rd frame). What do I need to do to get the popout menu
    to lay "on top" of the 3rd frame? I'm trying to do the same exact thing that
    this site is doing at the top of this exact page where you see "Home,
    SOlutions, Products, etc", and the popout lays on top of the page.

    JDubb23 Guest

  2. Similar Questions and Discussions

    1. preload 3d member problem
      i have a problem displaying the preloadprogress of a 3d member in a pojector or while authoring. in shockwave everythings works fine. here is...
    2. Cuepoints problem in SWA member D7.02
      It seems that Director 7.02 misplaces cuepoints (there are more than 50) in SWA file (in WAV files or D8.5 it works fine). Is there any patch or...
    3. member.rect does not work member.regpoint does
      Hi, I'am trying to change the rect of a member but it does not work. example member("ManVrouw","Bio_images").rect=rect(0,0,100,100) at least it...
    4. Weird Problem!! - Page_load cannot call a different class member.
      Actually, trace statements in my called Class were not executing. Now I know why, HttpResponse need to passed around to see the actual trace. Is...
    5. member script problem
      Hi, this is frustrating me, so any help would be a blessing. For some of the members in my movie, I go under member on the property inspector and...
  3. #2

    Default Re: New Member with popout menu problem

    JDubb23 wrote:
    > I'm new to Dreamweaver and am trying to create a page of 3 frames that contains
    > a dropdown/pop-out menu in the 2nd frame. When the popout exceeds 3 choices,
    > it it no longer displayed, giving the user the sense that it "disappears"
    > behind the main frame (3rd frame). What do I need to do to get the popout menu
    > to lay "on top" of the 3rd frame? I'm trying to do the same exact thing that
    > this site is doing at the top of this exact page where you see "Home,
    > SOlutions, Products, etc", and the popout lays on top of the page.
    Probably the most viable solution would be to start over and not use frames, then the problem pretty much goes away.

    It is possible to cause some content within a frame to show based upon events in other frames (think mousing over a main menu item in one frame and having a sub menu appear within another frame, but that sub menu content would have to be part of the content of the other frame). However, the way to do this is tricky and has several cross browser issues, especially when content in either frame can be scrolled. It really is much easier to not use frames in the first place. IMO, with templates and includes to handle adding menus, headers and footer and other common elements to all pages there really is no compelling case to be using frames. And even if there were, then it would be easier to change the way the menu works (think tree or accordion menus on one side of the page instead of across top of the page).

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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