0 Replies Latest reply: Nov 3, 2006 1:01 PM by whiskey3 RSS

    Layer Help Please!

    whiskey3 Community Member
      Link here: http://www.moldex.com/disposablerespirators3.htm

      I have 4 layers floating above image but can't get the layers locked down into position. When the window size is moved in IE the layers don't stay locked down to the page they move. I tried PVII's Snap to Layer and couldn't get that to work. I also tried from my notes a great script that does work that I utilized before here:

      Snap Layers so they don't move or float when Explorer window is re-sized.

      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.


      The problem is is that it is moving my nav bar to the right. I have used this script succesfully in other pages with layers without a javascript nav bar and it works great.......see here how nav bar is affected after this code is placed here:

      http://www.moldex.com/disposablerespirators3_error.htm

      Thanks