[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-04 Thread Bil Corry

elvisparsley wrote on 12/4/2008 1:00 AM: 
> I have images with jquery cycle under superfish.
> Dropdown submenu of superfish over the images goes behind the images.
> 
> I put z-index: 100; for the superfish menu and it works with firefox
> but not with IE.

If bgiframe isn't fixing the issue, then read through these:

OverlappingAndZIndex
http://css-discuss.incutio.com/?page=OverlappingAndZIndex

Give Me Some Z’s
http://www.search-this.com/2007/08/15/give-me-some-zs/

Effect of z-index value to positioned elements
http://aplus.rs/lab/z-pos/index2.php



- Bil



[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread elvisparsley

I took out relative from the jquery cycle plugin, but superfish still
goes behind the images.

Mm.

Any more help?
Please



[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread elvisparsley

Thanks Uwe for your reply.

I read about relative thing.
I haven't tried it yet.

But superfish has relative so that child can have absolute to position
itself.

As you said, it will screw up some parts.

Superfish has bigframe.js for the same problem with frames, but it
does not work for other things.

I will try to remove relative and I will see.

I hope some one will help me out.



[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread Uwe C. Schroeder

On Wednesday 03 December 2008, elvisparsley wrote:
> I have images with jquery cycle under superfish.
> Dropdown submenu of superfish over the images goes behind the images.
>
> I put z-index: 100; for the superfish menu and it works with firefox
> but not with IE.
>
> Can anyone help me out with this problem?
>
> Thanks in advance.

I've had a similar problem recently which nobody could answer. However, what I 
found is this:
if you have an element that is floating and has a position of "relative", 
superfish will go below it in all IE versions I have to test (not 
firefox,chrome or safari). Remove the "relative" positioning and everything 
is fine, but it might screw up whichever element you have that shines thru.

I don't know if that's the same issue you have, but symptoms sure look very 
similar.

HTH

Uwe