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

  1. #1

    Default Layers Problem

    Hi everyone. I just made a site and I used layers to contain the information
    from each link on the nav. However when I change the browser size, the layers
    stay still whilst the rest of the site moves around. I was wondering whats the
    best solution to either make the site stay in one place or to lock the layers
    so they stay with the information behind them... here's the link to the site;

    [url]http://www.nanfest.co.uk/[/url]

    blamebob23 Guest

  2. Similar Questions and Discussions

    1. Multiple Swf layers problem
      See following link. www.kaourantin.net/2005/08/from-12-to-24-layers-and-other.html My problem is that the 12 layer boundary is not working as...
    2. PSD Export Layers Problem
      Help, I don't know what happened but now when I try and export PSD with layers I get layers that are all the same flattened graphic without...
    3. Problem with Layers and Combo Box
      "Gokul Krishnan N B" webforumsuser@macromedia.com wrote: Not to much you can do here, the combo boxes will tend to rise to the top as they are...
    4. Problem positioning Layers
      "BigJimmo" webforumsuser@macromedia.com wrote: Perhaps this will help? Quote from Murray's Standard Reply Library: <quote>
    5. Problem with layers
      Hello, I have created a website with layers. The layers contain text and pictures. Now I open the website with different monitor solutions and...
  3. #2

    Default Re: Layers Problem

    The problem appears to be that you've got your layers positioned absolutely,
    and not within the rest of the site's container (which I hope is a layer as
    well, but I didn't check).

    If you move the layers inside your main container and fiddle around with the
    positionings to get them back in the right place it should work.


    blamebob23 wrote:
    > Hi everyone. I just made a site and I used layers to contain the
    > information from each link on the nav. However when I change the
    > browser size, the layers stay still whilst the rest of the site moves
    > around. I was wondering whats the best solution to either make the
    > site stay in one place or to lock the layers so they stay with the
    > information behind them... here's the link to the site;
    >
    > [url]http://www.nanfest.co.uk/[/url]

    rob::db Guest

  4. #3

    Default Re: Layers Problem

    Im a little bit new to Dreamweaver and I'm not overly sure what you mean by
    containers. Sorry. Would it help if I posted the code up?


    Originally posted by: Newsgroup User
    The problem appears to be that you've got your layers positioned absolutely,
    and not within the rest of the site's container (which I hope is a layer as
    well, but I didn't check).

    If you move the layers inside your main container and fiddle around with the
    positionings to get them back in the right place it should work.


    blamebob23 wrote:
    > Hi everyone. I just made a site and I used layers to contain the
    > information from each link on the nav. However when I change the
    > browser size, the layers stay still whilst the rest of the site moves
    > around. I was wondering whats the best solution to either make the
    > site stay in one place or to lock the layers so they stay with the
    > information behind them... here's the link to the site;
    >
    > [url]http://www.nanfest.co.uk/[/url]





    blamebob23 Guest

  5. #4

    Default Re: Layers Problem

    [url]www.nanfest.co.uk[/url]

    I'm still having trouble with this. I'm not sure what you mean by 'container'
    and the rest of the site isnt in a layer. I just want the layers connected to
    the nav links to stay positioned with the rest of the site as you increase or
    decrease the browser window. They layers stay stuck to the browsers movement
    and the site moves. I'm sorry I'm dense over this, I'm new to dreamweaver and
    need baby-walk throughs... if anyone fancies adding me to msn and helping me
    out my email is:

    [email]blameitonedd@hotmail.co.uk[/email]

    Thanks

    blamebob23 Guest

  6. #5

    Default Re: Layers Problem

    in other words copy your DIV code right below where you want the layer to
    appear (code wise..) for instance, if you have a table.... and you want the
    layer to be right under the table, go into the HTML editor, cut all the DIV
    (layer) code from where it is, find the table code, and go paste that code
    underneath the table.. then change the property "positioning" in the DIV code
    from absolute to "relative"

    That should fix your problem.
    -John

    johnegbert 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