Link to home
Start Free TrialLog in
Avatar of Jules Webb
Jules WebbFlag for United States of America

asked on

Trouble getting Slide-In jQuery Contact Form to present on top in IE6

I am using a Slide-In jQuery Contact Form.  On my home page the bottom of the form presents under some tabs and tab content.  This issue only occurs in IE6.

Issue:  IE6 only.  I am unable to effect the z-index so that when the form slides open it is the top most div.

To see the live version please go to http://www.alaskaacupuncture.com

Any leads would be greatly appreciated!

Cheers  ~Jules
Avatar of level9wizard
level9wizard
Flag of Canada image

Try applying position:absolute to the jQuery form. Also, have you tried setting all divs to -1 or 0?

such as

*
{
   z-index: -1;
}

and then tell the jquery form to be 1.
Avatar of Jules Webb

ASKER

I tried:
applying position:absolute to the jQuery form
and
applying position:absolute to the jQuery form and postion:relative to the div holding the form

I tried:
*
{
   z-index: -1;
}

to be a good sport, but I have z-index applied to a few other specific tags, and of course the use of * throws everything out of whack.  I did previous to my post try placing the largest z-index on the site on the form, then I tried it on the div holding the form and finally I tried it on the top div that slides the form out, none of it worked.

Do you have any other ideas?

Thanks for the help!

Jules
ASKER CERTIFIED SOLUTION
Avatar of prokvk
prokvk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The contact form is still in the header area and what it does overlay is in the header area.  The Tabs that appear on top of the contact form are in the "content" area of the home page.  Since I am only having this issue on the home page in ie6 I think I'd rather live with it than stick the code lower.  The form does lay on top in other pages, for some reason it just won't open up over the hm page yui tabs.  

If you have any other suggestions I would love to hear them, if not I'll accept your previous comment and let it go.

Thanks for your time and help!

Jules