Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
osbornedesign #1
using extension to center layers
I have downloaded and installed the extension for centering layers. However, I can't figure out how to make it work. I don't see any instructions so I have no clue what to do. Please help!
osbornedesign Guest
-
Is there an extension to make layers stay aligned with page elements?
Thanks in advance for any help...I have explored any options I have.... I am having the hardest time figuring this out and it's killing me.... -
layers - center positioning
I am creating a website in the Dreamweaver 8 trial program. The page consists of two layers. The first layer moves with the browers the second layer... -
Fill layers vs Pixel layers
What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the... -
FreeHand Layers to Acrobat Layers
Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a... -
Center Layers Horiz., but prevent overlaps
I want to center my layers horizontally with PVII Layout designer, but find that there seems to be no way to prevent layer overlaps as the view is... -
Larry #2
Re: using extension to center layers
On Wed, 22 Mar 2006 07:36:07 +0000 (UTC), osbornedesign wrote:
Well, I'm a beginner and probably don't know any better, but all I do is:> I have downloaded and installed the extension for centering layers. However, I can't figure out how to make it work. I don't see any instructions so I have no clue what to do. Please help!
<div align="center">(content goes here)</div> and that seems to work ok.
That will center a layer in its container, whatever that happens to be -
body, other layer, etc.
--
Larry
email is rapp at lmr dot com
03/22/06 9:29:49 AM
Larry Guest
-
invisible hammer #3
Re: using extension to center layers
the old trick is to put a "text-align:center" rule in the body tag,
then in a "wrapper" div, give it a set width (in pixels, or %), and set
it's margins to be however many pixels (or other unit of measurement)
from the top and then "auto" for the left and right sides... bottom
dosn't matter.
This way the "wrapper" div will be centered within the "body"... put
your other divs inside the wrapper. You can add a "text-align:left"
rule to your "wrapper" tag so that everything inside the wrapper will
be left-aligned, while the wrapper itself is centered in the body.
You may want to add "margin" and "padding" rules to your body tag and
set them to "0".
body {
background-color:#fff;
text-align:center;
margin:0;
padding:0;}
..wrapper {
position:relative;
width:500px;
height:500px;
margin:50px auto;
background-color:#000;
text-align:left;
}
I put the bg colors in so you could see where your divs are.
invisible hammer Guest
-
Ms Shayne #4
Re: using extension to center layers
I just download the extension to "center layers" (by Michael Davis) in
dreamweaver. I was so excited to finally find something that fixed this
frustrating handicap. I enthusiastically applied it to a bunch of my previous
designs and have now realized that when you resize the window in a browser, the
layer gets knocked of the intended position. Am I doing something wrong? My
world is shattered if this didn't resolve this thorn in my side like I thought
it would:{
Take a look at the link below and tell me if I'm missing something??? If I did
do it right...is there ANYTHING that can make layers stay where they are
supposed to? Any help would be dramatically appreciated!!!!!
[url]http://www.pilarstein.com[/url]
Ms Shayne Guest



Reply With Quote

