Im thinking it's because z-index is relitive to its parent. And given that
.item1068 is the parent of .floatCK, .floatCK should always be on top.

I would instead make the anchor (.maximenuCK) have a white background and
sit overtop of the dropdown (give it a higher z-index, and a large enough
height to overlap, or a negitive margin/top on the dropdown).

On 22 September 2014 14:23, Jochen Daum <[email protected]> wrote:

> Hi all,
>
> I'm stuck with a z-index problem.
>
> If you look here: http://staging.theparentingplace.com/, I'm trying to
> make the dropdown menu under "Early Years" appear *under* the actual
> menu line entry ""Early Years".
>
> I've set #nav li.item1068{
>     z-index: 1200 !important; //just to have it different from the
> elements z-index
>     position: relative;
> }
>
> #nav li.item1068 .floatCK {
>     z-index: 100;
>     position: absolute;
> }
>
> I can't figure out why the blue border around .floatCk is over li.item1068?
>
> Any ideas?
>
>
> Kind regards,
>
> Jochen
>
> --
> --
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]
> ---
> You received this message because you are subscribed to the Google Groups
> "NZ PHP Users Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
--- 
You received this message because you are subscribed to the Google Groups "NZ 
PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to