Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Sw Jiten #1
How to center a layer ?
Hello friends.. I have created a pop up menu with a tool that creates de code
in Javascript. The I have setted it on a layer (if I do not do it, the code
displays in a different line of the screen) .Well, it works, but the problem
now is when I see the web site on a wider screen... the layers and its content
do not move, but the rest of the page does, because it is all centered... the
result is a mess with the layers.... I have been trying to create a table and
attach the layer to it (to one of its cells) but seems there is no way to do
it.... what should I do ? please help ! thanx a lot
Sw Jiten Guest
-
Center layer vertically via CSS
I just read the post from rob::digitalburn on doing vertical centering, but is there a way to do this via CSS instead of script? Thanks. -
Bottom layer spoils its upprt 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... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool -
Layer problem...How do I center my opening page??
PLEASE...HELP!!!!! Check my page at http://www.tanzatelier.com/ and see how the "fly over top images" are not centered if the screen resolution is... -
Murray *ACE* #2
Re: How to center a layer ?
Answered on the DW forum.
--
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
==================
"Sw Jiten" <webforumsuser@macromedia.com> wrote in message
news:emak1k$o1v$1@forums.macromedia.com...> Hello friends.. I have created a pop up menu with a tool that creates de
> code
> in Javascript. The I have setted it on a layer (if I do not do it, the
> code
> displays in a different line of the screen) .Well, it works, but the
> problem
> now is when I see the web site on a wider screen... the layers and its
> content
> do not move, but the rest of the page does, because it is all centered...
> the
> result is a mess with the layers.... I have been trying to create a table
> and
> attach the layer to it (to one of its cells) but seems there is no way to
> do
> it.... what should I do ? please help ! thanx a lot
>
Murray *ACE* Guest
-
Sw Jiten #3
Re: How to center a layer ?
hello Murray... I certainly like your well known short answers... except this time.... I did not understand... where was it answered ?? thanx in advance...
Sw Jiten Guest
-
Murray *ACE* #4
Re: How to center a layer ?
Why, right here!
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 auto;position:relative; }
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
<!-- /wrapper -->
</div>
</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
==================
"Sw Jiten" <webforumsuser@macromedia.com> wrote in message
news:emiq0u$adp$1@forums.macromedia.com...> hello Murray... I certainly like your well known short answers... except
> this time.... I did not understand... where was it answered ?? thanx in
> advance...
Murray *ACE* Guest



Reply With Quote

