John Gribben wrote:
>> John Gribben wrote:
>>> http://windows.pedrera.com/clients/greenbaum/nav.asp
>> There is a conceptual problem and a bug.
>>
>> z-index does apply to positioned elements only. ...
>>  From the inside:
>> The second level has z-index+position, but it is nested inside
>> positioned elements without z-index, and finally sitting inside a float.
>>
>> The bug: both the navigation and the following div are floats. The
>> positioned element without z-index does not escape from this float in
>> IE, but locks the descendant positioned elements with z-index in.
>>
>> In IE, you'll have to set position:relative and z-index from the outside.

> Hi Ingo,
> 
> Thanks a lot for your help.
> 
> I removed the extraneous z-indexes as you advised, and removing the
> positioning from the float adjacent to the navigation seems to have fixed
> the problem.  I'm not sure if this is what you meant by setting position and
> z-index from the outside.
> 
> Take care,
> John
> 
> 

Hi,

no, I meant setting position:relative and z-index on the navigation 
#primarynav itself.

regards,
Ingo


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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