Forum Moderators: open
[edited by: tedster at 8:01 am (utc) on Mar. 10, 2007]
#main_content { position: relative; } Your absolutely positioned children will now position themselves according to the top left corner of this element.
#main_content {
/* make absolutely positioned children calculate their co-ordinates from this */
position: relative;
/* centre the site */
width: 775px;
margin: 0 auto;
}