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
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
2 matches
Mail list logo