[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread Sajuuk
Same here, whatever it is its got nothing to do with either one of those CSS properties. On Sep 10, 10:17 am, TheoSoft wrote: > Just a note that I've removed all z-index and position:relative from > relevant elements on my test site and no avail. Still getting the > issue. > > On Sep 10, 9:09 am

[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread TheoSoft
Just a note that I've removed all z-index and position:relative from relevant elements on my test site and no avail. Still getting the issue. On Sep 10, 9:09 am, TheoSoft wrote: > Doesn't do anything... > > On Sep 10, 4:37 am, rupak mandal wrote: > > > > > hi, > > > This is not a problem of z-i

[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread TheoSoft
Doesn't do anything... On Sep 10, 4:37 am, rupak mandal wrote: > hi, > > This is not a problem of z-index, this is due to position:relative. If you > remove the position:relative absolute > from #main-content, I think it will work. > > Thanks > Rupak > > > > On Thu, Sep 10, 2009 at 2:02 AM, Saju

[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread rupak mandal
hi, This is not a problem of z-index, this is due to position:relative. If you remove the position:relative absolute from #main-content, I think it will work. Thanks Rupak On Thu, Sep 10, 2009 at 2:02 AM, Sajuuk wrote: > > I've got the same problem on a site I am working on right now. I > tr

[jQuery] Re: IE7 submenu display problem

2009-09-09 Thread Sajuuk
I've got the same problem on a site I am working on right now. I tried setting a z-index for sub-submenus in the CSS, but it didn't have any effect. On Sep 9, 3:50 pm, theosoft wrote: > Apparently, in IE7 and below, there is an issue with sub-submenus > dropping below the submenu. I don't have