This content has been marked as final.
Show 3 replies
-
1. Re: Layer Problems?
Newsgroup_User May 13, 2006 3:12 PM (in response to whiskey3)Actually it's the rest of the page content that is moving. The layer does
exactly what it's supposed to do - position absolutely.
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!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"whiskey3" <webforumsuser@macromedia.com> wrote in message
news:e45imi$re0$1@forums.macromedia.com...
> How do I get a layer so it stays fixed on my page? If I resize the window
> handles it changes position........
>
> http://giabfoxxx.com/index2.htm
>
-
2. Re: Layer Problems?
whiskey3 May 23, 2006 11:40 PM (in response to whiskey3)Thanks bro worked great. Is there any easy plugin or extension that will do this easily without having to cut and paste the code all the time? Not that I'm lazy I just like the speed factor......
Thanks -
3. Re: Layer Problems?
Newsgroup_User May 24, 2006 3:28 AM (in response to whiskey3)I don't know of any.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"whiskey3" <webforumsuser@macromedia.com> wrote in message
news:e50v49$j9i$1@forums.macromedia.com...
> Thanks bro worked great. Is there any easy plugin or extension that will
> do
> this easily without having to cut and paste the code all the time? Not
> that I'm
> lazy I just like the speed factor......
>
> Thanks
>

