On Thu, 2 Sep 2004 10:25:14 +0200, noone <1@2.3> wrote:
[snip]
> Absolute positioning means absolute and not relative.
> If you position som element with absolute positioning, the element
> absolutely doesn't care about its parents position.
Actually, if you read the specification a little more closely, you'll see
that that isn't true.
An absolutely positioned block is "explicitly offset with respect to its
containing block" (9.6 - Absolute positioning). A relatively positioned
block is "laid out according to the normal flow" and "may be shifted
relative to this position" (9.4.3 - Relative positioning").
If you add content to the inner DIV in the OP's example, you'll see that
Opera and Mozilla display the elements as intended. IE, being crap as
usual, doesn't and I doubt it will without some kind of hack (CSS or
Javascript).
In any case, the first place to take this is to the stylesheet group:
comp.infosystems.
www.authoring.stylesheets
If they can't find a solution, then perhaps a script solution is warranted.
[snip]
Mike
--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.