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

  1. #1

    Default Layers?

    Maybe this is not a good layout for a page but I am using an image as most of
    my home page. It was given to me by my client and it is an image which was
    used as a brochure and they want the same look for the site. So, I have the
    image with a nav bar on top and all.

    But what I want to do is place a java script and a flash movie right on top of
    the image. So, what I did was set up layers for the javascript and for the
    flash. The javascript is a script that is a scroller that scrolls through a
    list of names. It is transparent so it scrolls through the list of names so
    that as it scrolls the background is the image.

    I am having trouble with the positioning of the layers. Actually I don't even
    know if I should be using layers. I just don't know if there is any other way
    to do what I need to do. But anyway, when I center the table which includes
    the main image and the nav bar, the layer moves around. On computers with
    larger monitors the scrolling list is way off to the left. outside the table
    which contains the page.'

    I don't know if I am making sense but, if there is a better way to do this,
    please let me know.

    Rob

    minorleaguer Guest

  2. Similar Questions and Discussions

    1. Layers help
      Hello. I am working on a site where I need the navigation to have 2 dropdowns with links - they are images, not text. I created it in DW and they...
    2. Help with layers
      Here´s the issue: I want to create a web site viewable either in 1024x768 and 800x600. So i created a table with weight=750 pixels and height =...
    3. Fill layers vs Pixel layers
      What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the...
    4. FreeHand Layers to Acrobat Layers
      Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a...
    5. layers!!!! what joy!!
      have been playing with layers of late, and need help!!!! layers seem to tether themselves to say the top left hand corner of the page, is there...
  3. #2

    Default Re: Layers?

    > Maybe this is not a good layout for a page but I am using an image as most
    > of
    > my home page.
    You're right. It's not.
    > But anyway, when I center the table which includes
    > the main image and the nav bar, the layer moves around.
    Look carefully and you'll see that the layer doesn't move at all. It's the
    table that moves to a new center point.

    Post a link to the page so I can see what you have done, 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
    ==================


    "minorleaguer" <webforumsuser@macromedia.com> wrote in message
    news:e1ve1n$q37$1@forums.macromedia.com...
    > Maybe this is not a good layout for a page but I am using an image as most
    > of
    > my home page. It was given to me by my client and it is an image which
    > was
    > used as a brochure and they want the same look for the site. So, I have
    > the
    > image with a nav bar on top and all.
    >
    > But what I want to do is place a java script and a flash movie right on
    > top of
    > the image. So, what I did was set up layers for the javascript and for
    > the
    > flash. The javascript is a script that is a scroller that scrolls through
    > a
    > list of names. It is transparent so it scrolls through the list of names
    > so
    > that as it scrolls the background is the image.
    >
    > I am having trouble with the positioning of the layers. Actually I don't
    > even
    > know if I should be using layers. I just don't know if there is any other
    > way
    > to do what I need to do. But anyway, when I center the table which
    > includes
    > the main image and the nav bar, the layer moves around. On computers with
    > larger monitors the scrolling list is way off to the left. outside the
    > table
    > which contains the page.'
    >
    > I don't know if I am making sense but, if there is a better way to do
    > this,
    > please let me know.
    >
    > Rob
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Layers?

    [url]http://www.susanetezadi.com[/url]

    They gave me an image of a brochure and they said they wanted me to use it for the website, that is why I am using the image.

    Thanks for your help.

    Rob
    minorleaguer Guest

  5. #4

    Default Re: Layers?

    What is it that is 'moving' for you?

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


    "minorleaguer" <webforumsuser@macromedia.com> wrote in message
    news:e230bf$e97$1@forums.macromedia.com...
    > [url]http://www.susanetezadi.com[/url]
    >
    > They gave me an image of a brochure and they said they wanted me to use it
    > for the website, that is why I am using the image.
    >
    > Thanks for your help.
    >
    > Rob

    Murray *ACE* Guest

  6. #5

    Default Re: Layers?

    So do you see the scrolling names on the screen? If I center the table that
    holds everything to the middle, then on some larger displays the scrolling list
    stays on the left side of the screen which ends up being white space. I guess
    I don't know how to attach the layer to something (if you can) so that it moves
    with the rest of the stuff in the table (like the huge image).

    I don't know if I am explaining it correctly but I appreciate you trying to
    help.

    minorleaguer Guest

  7. #6

    Default Re: Layers?

    Oh - I was looking for it on that page. Here's how to do what you want -

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


    "minorleaguer" <webforumsuser@macromedia.com> wrote in message
    news:e24162$org$1@forums.macromedia.com...
    > So do you see the scrolling names on the screen? If I center the table
    > that
    > holds everything to the middle, then on some larger displays the scrolling
    > list
    > stays on the left side of the screen which ends up being white space. I
    > guess
    > I don't know how to attach the layer to something (if you can) so that it
    > moves
    > with the rest of the stuff in the table (like the huge image).
    >
    > I don't know if I am explaining it correctly but I appreciate you trying
    > to
    > help.
    >

    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