Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Jsudman #1
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
-
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... -
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... -
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... -
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... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool -
Murray *ACE* #2
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
-
-
Murray *ACE* #4
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
-
-
Jsudman #6
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
-
Murray *ACE* #7
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> </p>
<p><!-- #BeginLibraryItem "/Library/Copyright.lbi" -->© 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
-
Jsudman #8
Re: Setting A layer
Thank you so much. It worked. I just have to update the site.
Thanks again
Jeff
Jsudman Guest
-
Murray *ACE* #9
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



Reply With Quote

