Menu and Show Hide Layer (broken in IE6)

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

  1. #1

    Default Menu and Show Hide Layer (broken in IE6)

    [url]http://www.artsci.wustl.edu/~overseas/OverseasRedesign/programs/interests/index[/url].
    html

    I'd like to show a different layer in the right column depending on what's
    chosen from the menu. I'd like to avoid having a jump menu to individual pages
    because the layers really just contain a series of links. Seems cumbersome to
    have a different page for just a set of links. So I thought I'd try to use
    layers.

    Right now I'm just testing with "African Studies" and "English". Works fine
    in FF and NN8, but not in IE6. I'm not surprised, but I don't know where to
    start looking for a fix.

    (Also, IE6 can't seem to find map.swf under "Choose by Region" but FF and NN
    work as expected.)

    Thanks!

    3hats Guest

  2. Similar Questions and Discussions

    1. Show-Hide Layer positioning
      For my question, Please refer to the following page: http://www.respond1.com/dynamic/layers.html MouseOver the black box will show a layer, and...
    2. problem with show-hide layer behavior in IE
      i am using the show-hide layer behavior to toggle thru 3 layers, each containing a form. when viewing the page in IE, you can not focus on the radio...
    3. shortcut to show/hide current layer?
      is there a shortcut to show / hide the current layer? thanks felix
    4. show-hide layer trouble
      I can't figure out why show hide is not working, or rather, working selectively. On my page I have 5 images that trigger an onclick hide layer...
    5. show hide layer function
      When someone gets a url i want to show a layer I like to show images , steak, tomatoe and shark Now here is something i copied from devshed...
  3. #2

    Default Re: Menu and Show Hide Layer (broken in IE6)

    You need to approach this a bit differently -

    the call needs to go on the <select> tag, not the <option> tag, and it needs
    to use the selected result of the select tag to choose which layer to show.
    I believe Mick White has posted in the DW forums about how to do that - you
    might want to search Google for his post -

    [url]http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver[/url]

    By the way, well formed HTML will not allow spaces in form element names as
    you have.

    --
    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
    ==================


    "3hats" <webforumsuser@macromedia.com> wrote in message
    news:ebnv1m$i5p$1@forums.macromedia.com...
    > [url]http://www.artsci.wustl.edu/~overseas/OverseasRedesign/programs/interests/index[/url].
    > html
    >
    > I'd like to show a different layer in the right column depending on what's
    > chosen from the menu. I'd like to avoid having a jump menu to individual
    > pages
    > because the layers really just contain a series of links. Seems
    > cumbersome to
    > have a different page for just a set of links. So I thought I'd try to
    > use
    > layers.
    >
    > Right now I'm just testing with "African Studies" and "English". Works
    > fine
    > in FF and NN8, but not in IE6. I'm not surprised, but I don't know where
    > to
    > start looking for a fix.
    >
    > (Also, IE6 can't seem to find map.swf under "Choose by Region" but FF and
    > NN
    > work as expected.)
    >
    > Thanks!
    >

    Murray *ACE* 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