|
Hi guys!
Umm, i'm not sure if I'm following your intentions perfectly, but I think you are trying to auto centre DIVS while positioning them absolutely at the same time...
Unfortunately, this cannot be done.
Try changing position:absolute; to postion:relative;
You will have to adjust the top and left to position the layer within the 'wrapper' div now instead of Absolute to the entire page.
Hope this makes sense...
Mike.
|