I managed to realise what i had missed in the css after a good nights sleep
but a nice reference and test page. Cheers!

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gunlaug Sortun
Sent: Saturday, 3 March 2007 7:54 AM
To: Karl Brightman
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Absolute doesn't like relative


Karl Brightman wrote:
> [...]

> My absolute positioned div within the first relative positioned div
> always go BEHIND the second. This only occurs in IE(tested in 6&7),
> although i have only been able to test in FF ie6 and ie7.

> http://webfirm.com.au/temp/abs_rel_test.html

IE does indeed have problems, but those can be solved by z-index
stacking the relative positioned elements.
Browsers have default-differences in this area, and styled stacking
doesn't work the same across browser-land either.

Example - an expansion of your test case...

<http://www.gunlaug.no/tos/alien/test_07_3250.html>

...where your original is 'test 1' and you _want_ the behavior / styling
for 'test 5'.
Have a look at the other tests while you're at it, and observe the
differences between IE, Firefox and Opera.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
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/


______________________________________________________________________
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