[jQuery] Re: blockUI - Bug overlapping fixed elements

2009-01-15 Thread Beaver6813
Hey, Yea I can, its my private test site so its all still really unstable but it shows the bug: http://www.new.fetchmp3.com/dev/search.php?q=Fall+Out+Boy user: admin pass: google123 Once its loaded change to the myspace tab and you will see that the overlay overlaps the bar at the bottom... is

[jQuery] Re: blockUI - Bug overlapping fixed elements

2009-01-15 Thread Beaver6813
EDIT: Resolved, noticed that blockUI sets the z-index of it to 1000, so in order for fixed elements to appear above it their z-index needs to be higher than that value. Quite simple really :D On Jan 15, 12:27 pm, Beaver6813 s...@beaver6813.com wrote: Hey, Yea I can, its my private test site so

[jQuery] Re: blockUI - Bug overlapping fixed elements

2009-01-15 Thread Beaver6813
EDIT: Resolved, noticed that blockUI sets the z-index of it to 1000, so in order for fixed elements to appear above it their z-index needs to be higher than that value. Quite simple really :D On Jan 14, 12:55 am, Mike Alsup mal...@gmail.com wrote: There seems to be a bug that when you have a

[jQuery] Re: blockUI - Bug overlapping fixed elements

2009-01-15 Thread Mike Alsup
EDIT: Resolved, noticed that blockUI sets the z-index of it to 1000, so in order for fixed elements to appear above it their z-index needs to be higher than that value. Quite simple really :D Great. Thanks for the update!

[jQuery] Re: blockUI - Bug overlapping fixed elements

2009-01-13 Thread Mike Alsup
There seems to be a bug that when you have a fixed element attached to the bottom of the window and then try to block an element that goes below the bottom of the window (scrolls) it overlaps onto the fixed element.. its easier to show a picture:http://i44.tinypic.com/2z4wocn.jpg Any ideas