On Feb 24, 2006, at 6:26 PM, ImageSpinner wrote:

>>> with some various other divs mixed in, including a logo div:
>>>
>>> #logo {
>>>     position: absolute;
>>>     left: -2px;
>>>     bottom: 45px;
>>> }
>>>
>>>
>>> Mac IE 5.2 (yeah, I know...)  -- the navigation appears fine, but,
>>> the logo div either jumps to the top, or, doesn't display at all.
>>
>> That logo displays at the top because IE mac doesn't compute  
>> 'bottom' correctly when no height is specified to the parent block.
>>
>
> What do I apply to the parent block if it is variable?...   the  
> containing div expands with the content. I have tried height:auto  
> to no avail.

Without a height declared, it is very hard to do (and in your case,  
you can't declare a height).
You might want to try:
  * html>body #logo  {top: 100%; bottom:auto}

that serves it only to IE mac.


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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