David Laakso wrote:
>>
>>>> IE/5x is not honoring the absolute position of the ul in #page.
>
>>> <http://www.chelseacreekstudio.com/ca/mentor/>


Now IE5 seems to ignore the width on body, so the ul has a wrong horizontal
position.

I see that you have two nested
  <div class="rap a01">
don't know if this is intended, but they may come useful in this case.

I would move the ul inside the outer of those two divs and give (only to it,
not to the inner one)
position: relative and overflow:visible (to override the hidden they have
now.)
In this way all browsers will use that div as containing block for the ul.
Add margin-top:-3em  to the ul and it should go in the desired position.

Tested only partially...

Best,
Bruno

--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to