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

  1. #1

    Default Setting A layer

    Hi everyone,
    I hope someone can help me. I am having a problem with setting layers, it
    seems after I set a layer and upload it to the server, test the page, the layer
    is moved over and not placed in the correct spot. How do make that layer in a
    permanent spot?

    Thank you!!

    Jeff Sudman

    Jsudman Guest

  2. Similar Questions and Discussions

    1. activeX axShockwave.loadMovie(Layer, url) ... what is layer for ?
      Hi All, I am working with the shockwave activeX controll loading flash movies into my c# applications. ( I am using falsh mx 2004 Pro) The movies...
    2. Bottom layer spoils its upper layer
      In my bottom layer, I have a gradient fill in gray color. On top of this layer, I have some paragraphs in blue color. I want the bottom layer has no...
    3. PE2: Selecting and painting a layer having a Hidden Power Tools' layer mask?
      I am making a collage using PE2. I have a background layer (solid color) and then each photo is on its own layer with a layer mask used from the...
    4. setting layer visability with css?
      There are two issues here: 1. Does anyone know definitevely whether search engines dont like links with javascript attached or is it a case of...
  3. #2

    Default Re: Setting A layer

    Show me a page where this is the case, 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
    ==================


    "Jsudman" <webforumsuser@macromedia.com> wrote in message
    news:e0169d$ra7$1@forums.macromedia.com...
    > Hi everyone,
    > I hope someone can help me. I am having a problem with setting layers, it
    > seems after I set a layer and upload it to the server, test the page, the
    > layer
    > is moved over and not placed in the correct spot. How do make that layer
    > in a
    > permanent spot?
    >
    > Thank you!!
    >
    > Jeff Sudman
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Setting A layer

    [url]http://sudmanenterprises.com/Wheretobuy.htm[/url]
    Jsudman Guest

  5. #4

    Default Re: Setting A layer

    Browse to that page. Grab the right edge of the browser viewport. Make the
    viewport smaller, then larger, and watch the page as you do. What's moving
    on the page?

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


    "Jsudman" <webforumsuser@macromedia.com> wrote in message
    news:e0175l$sh9$1@forums.macromedia.com...
    > [url]http://sudmanenterprises.com/Wheretobuy.htm[/url]

    Murray *ACE* Guest

  6. #5

    Default Re: Setting A layer

    [url]http://sudmanenterprises.com/Wheretobuy.htm[/url]
    Jsudman Guest

  7. #6

    Default Re: Setting A layer

    Ok. When I do so the layers move from center to the left, they never seem to be in a permanent place.


    Jsudman Guest

  8. #7

    Default Re: Setting A layer

    No. It's not the layers that are moving. It's the rest of the code on the
    page that is NOT in layers. That would be this code -

    <div align="center">
    <p><img src="Graphics/abouttemp.jpg" width="775" height="680" border="0"
    usemap="#Map"></p>
    <p>&nbsp;</p>
    <p><!-- #BeginLibraryItem "/Library/Copyright.lbi" -->&copy; Sudman
    Enterprises LLC<br>
    Site Designed By Jeff Sudman <!-- #EndLibraryItem -->
    <map name="Map">
    <area shape="rect" coords="78,165,121,183" href="Index.htm">
    <area shape="rect" coords="127,162,195,183" href="Aboutus.htm">
    <area shape="rect" coords="210,165,298,183" href="Wheretobuy.htm">
    <area shape="rect" coords="304,160,351,182" href="login.php"
    target="_blank">
    <area shape="rect" coords="357,163,425,180" href="Directions.htm">
    <area shape="rect" coords="438,162,510,180" href="Contact.htm">
    </map>
    </p>
    </div>

    The layers are absolutely glued in place.

    Now - you can make the code that is moving not do so by removing the center
    alignment on it, or you can center the whole shebang by following this -

    Change this -

    </head>

    to this -

    <style type="text/css">
    <!--
    body { text-align:center; color:#CCC; }
    #wrapper { text-align:left; width:720px; margin:0 auto;position:relative; }
    -->
    </style>
    </head>

    change this -

    <body ...>

    to this -

    <body ...>
    <div id="wrapper">

    and this -

    </body>

    to this -

    </div><!-- /wrapper -->
    </body>

    and see if that helps.


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


    "Jsudman" <webforumsuser@macromedia.com> wrote in message
    news:e01bf9$4uu$1@forums.macromedia.com...
    > Ok. When I do so the layers move from center to the left, they never seem
    > to be in a permanent place.
    >
    >

    Murray *ACE* Guest

  9. #8

    Default Re: Setting A layer

    Thank you so much. It worked. I just have to update the site.


    Thanks again


    Jeff
    Jsudman Guest

  10. #9

    Default Re: Setting A layer

    You're welcome. Now go study your HTML and CSS before I come and hurt you!
    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
    ==================


    "Jsudman" <webforumsuser@macromedia.com> wrote in message
    news:e01cl9$6k9$1@forums.macromedia.com...
    > Thank you so much. It worked. I just have to update the site.
    >
    >
    > Thanks again
    >
    >
    > Jeff

    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