On Sun, 29 Apr 2007 19:39:16 -0600, Skip Knox wrote:
> Specifically, why in order for the absolute positioning to work
> properly, the wrapper div has to have a relative position.

(I haven't looked at the original reference, so this is a general 
explanation, but it should apply to this instance)

An absolutely positioned block will take its position relative to the 
page root.
If you want it to take its position from the parent block instead, then 
that parent block needs to have style of position: relative.
This moves the reference.
Its just 'how it works'.

Hope it helps :)

warmly,
Lea
-- 
Lea de Groot
Elysian Systems
Brisbane, Australia
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to