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.

Reply via email to