Help! Making Ap DIVs relative so they move with the rest of the page.
help! i'm stuck. know used ap divs wrong , need correct it. here link 1 of pages messed up. http://www.thectkgroup.com/termsofuse.html
as can see, page moves when resizing window, box of content in middle not.
is there way fix this? i'm beginner.
thank you.
blake
short of re-designing layout without positioning, wrap apdivs inside relative positioned parent container.
body {
background-attachment: scroll;
background-color: #000;
background-repeat: repeat;
background-position: center top;
position:relative;
}
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment