[jQuery] Re: Superfish menu and Z index

2009-03-21 Thread DanB
Check the css position of the elements on the page. You likely have something with position:relative which trumps position:absolute in many cases. On Mar 21, 9:20 am, Claude Ferron wrote: > Don't know if anyone can help here. I have issues with the Z index and > iExplorer. > The menu appears

[jQuery] set, not just get offset

2009-03-20 Thread DanB
Currently you can't set the offset of jquery by passing in an object with left and top values. Some people set left and top with $(el).css ({left:px, top:px}, but that will not work if el is inside an element with position relative, because the left and top will be relative to that parent instead