DW8 messed my relative position layer behaviors

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

  1. #1

    Default DW8 messed my relative position layer behaviors

    I recently upgraded from MX to Studio 8. I have a website where I was using a
    series of "set text of layer" behaviors to write copy to a relative positioned
    DIV layer depending on which button the user clicks. It appears DW8 will no
    longer recognize my relative positioned DIVs as layers, and has "reset" this
    behavior on all of my pages so that the text is written to the first absolute
    positioned layer on the page.

    This "resetting" appears to have happened when I made a change to the page
    template and updated it globally. How can I get DW8 to recognize my relative
    positioned DIVs so that I don't have to re-do this whole thing?

    When I go back and open the pages in DWMX it allows me to change the behavior
    settings back to my original layers, but as soon as I make a change in DW8 it
    will fudge it all up again.

    Plastic Elvis Guest

  2. Similar Questions and Discussions

    1. relative vs abolute position with layers in liquidinterface
      :confused; Newbie here. I've got a 2 column table in an editable area of a page created from a template. In column 1 there is a roll over...
    2. Placing bitmaps in Illustrator CS: scale/position relative to artboard
      When placing a bitmap (in my case a .PNG) the image appears at a scale and at a position that is nowhere specified. I have the impression that the...
    3. Clip position relative to _root
      Hi all I have a clip buried deep within other clips, and I want to find its _x and _y position relative to the _root clip. Is this possible ...
    4. Trying to track an instance's position relative to the stage - instance is inside an MC
      Arggg! Hope I can explain this. I have a series of circles contained in a large MC called map. I have 3 circles inside *map* and I need to have...
    5. Behaviors and pop-up position not staying
      "C_Martin" webforumsuser@macromedia.com wrote: A rule of thumb for File-specific problems is to copy and paste the entire contents of the file to...
  3. #2

    Default Re: DW8 messed my relative position layer behaviors

    > It appears DW8 will no
    > longer recognize my relative positioned DIVs as layers.
    A relatively positioned element is not a layer.
    > How can I get DW8 to recognize my relative
    > positioned DIVs so that I don't have to re-do this whole thing?
    Change the positioning to absolute. Apply the behavior. Change the
    positioning back to relative. This should be fixed.
    > but as soon as I make a change in DW8 it
    > will fudge it all up again.
    Give me an example of how this gets 'fudged'? I have a huge page with
    monstrous STOL behaviors on it, all created in DW8, and no layers anywhere.
    I have no such problems with this page -

    [url]http://www.fairfaxboulevard.com/f_node-photos.shtml[/url]

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


    "Plastic Elvis" <webforumsuser@macromedia.com> wrote in message
    news:dv43fg$q28$1@forums.macromedia.com...
    >I recently upgraded from MX to Studio 8. I have a website where I was using
    >a
    > series of "set text of layer" behaviors to write copy to a relative
    > positioned
    > DIV layer depending on which button the user clicks. It appears DW8 will
    > no
    > longer recognize my relative positioned DIVs as layers, and has "reset"
    > this
    > behavior on all of my pages so that the text is written to the first
    > absolute
    > positioned layer on the page.
    >
    > This "resetting" appears to have happened when I made a change to the page
    > template and updated it globally. How can I get DW8 to recognize my
    > relative
    > positioned DIVs so that I don't have to re-do this whole thing?
    >
    > When I go back and open the pages in DWMX it allows me to change the
    > behavior
    > settings back to my original layers, but as soon as I make a change in DW8
    > it
    > will fudge it all up again.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: DW8 messed my relative position layer behaviors

    >A relatively positioned element is not a layer.
    Yes, but MX did treat them as such in both the layers pallete and set text of
    layer behavior. So I saw no reason not to use them that way. I support equal
    rights for the relatively positioned :)

    Here is what one of the pages looks like:
    [url]http://www.compassbaby.com/product_B500.html[/url]
    Clicking on More Description triggers the Set Text of Layer to the relative
    positioned div ID "Description".

    When I updated the top menu on my template for this page, all of my product
    pages became fudged as below:
    [url]http://www.compassbaby.com/product_B500fudge.html[/url]

    I did a find and replace text to change "Layer 1" back to "Description", which
    did repair the damage... It's annoying, but it will work. My main concern is
    why the template update modified my behavior code when it was not part of the
    template. I don't recall making any other changes to these files.

    Plastic Elvis Guest

  5. #4

    Default Re: DW8 messed my relative position layer behaviors

    > I did a find and replace text to change "Layer 1" back to "Description",
    > which
    > did repair the damage... It's annoying, but it will work. My main concern
    > is
    > why the template update modified my behavior code when it was not part of
    > the
    > template. I don't recall making any other changes to these files.
    It should not. And if I understand your description, it could not. But -
    maybe it was cosmic rays! 8)

    But show me your template, please.

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


    "Plastic Elvis" <webforumsuser@macromedia.com> wrote in message
    news:dv4ljn$lrb$1@forums.macromedia.com...
    > >A relatively positioned element is not a layer.
    > Yes, but MX did treat them as such in both the layers pallete and set text
    > of
    > layer behavior. So I saw no reason not to use them that way. I support
    > equal
    > rights for the relatively positioned :)
    >
    > Here is what one of the pages looks like:
    > [url]http://www.compassbaby.com/product_B500.html[/url]
    > Clicking on More Description triggers the Set Text of Layer to the
    > relative
    > positioned div ID "Description".
    >
    > When I updated the top menu on my template for this page, all of my
    > product
    > pages became fudged as below:
    > [url]http://www.compassbaby.com/product_B500fudge.html[/url]
    >
    > I did a find and replace text to change "Layer 1" back to "Description",
    > which
    > did repair the damage... It's annoying, but it will work. My main concern
    > is
    > why the template update modified my behavior code when it was not part of
    > the
    > template. I don't recall making any other changes to these files.
    >

    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