You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

jquery tools v1.2.1 : expose no longer works (z-index problem) Created May 14, 2010

This thread is solved

Views: 4286     Replies: 12     Last reply Dec 31, 2011  
You must login first before you can use this feature

anxious

Posts: 1

Registered:
May 14, 2010

jquery tools v1.2.1 : expose no longer works (z-index problem)

Posted: May 14, 2010

Hello,

i just grabbed the new version of jquery tools.

When i want to expose a form (i copy/past the same example as yours) it apply the mask, but the Form which is supposed to be "exposed" is behind it. (as if the z-index of the form wasn't good).

I check :
z-index applyed for the mask 9998
z-index applyed for my form : 9999

yet it doenst work.

I grab the SAME example as (html structure + css) :
http://flowplayer.org/tools/demos/toolbox/expose/form.htm

Thanks

jwelch

Posts: 3

Registered:
May 16, 2010

Similar Problem

Posted: May 16, 2010

Reply to: jquery tools v1.2.1 : expose no longer works (z-index problem), from anxious
I am having a similar, but slightly different problem with Overlay. I am able to use the example successfully in chrome, safari, and FF directly from the Flowplayer site. However, when I have implemented the same feature locally using the CSS, HTML and scripts exactly as they appear on the site it works still in FF and Safari, but the external page does not show in Chrome, the overlay works but nothing is in it. It seems to me that this is a Z-Index problem also, but I am unable to explain why.

I implemented the overlay as seen here:
http://flowplayer.org/tools/demos/overlay/external.html

Any suggestions would be appreciated.

Thanks,
Jeff

Bassaddicted

Posts: 13

Registered:
Apr 11, 2010

» Similar Problem

Posted: May 16, 2010

Reply to: Similar Problem, from jwelch
try making a general rule for your form at the beginning of the style-sheet

for Example:


 form{
      z-index: 11;
 }

 path-to-your-css-class-or-ID{
      z-index: 10;
 }

or vice versa don't try to use ridiculously high numbers for your z-index it just doesn't work from my experience with anything related to css.

and if you can or want more info can't fart in the wind sorta speak without seeing it for my self e-mail me the link to your work or just the code for the css part and html.

e-mail: Bassaddicted@gmail.com

jwelch

Posts: 3

Registered:
May 16, 2010

» » Similar Problem

Posted: May 16, 2010

Reply to: » Similar Problem, from Bassaddicted
Here is my example. If you click on the Terms of Service link at the bottom you can see the overlay. However, after uploading it to a server it DOES work in Chrome. The weird thing is it doesn't work when loaded into Chrome directly from my computer. I would love it if someone could explain why? This makes testing quite a frustration.

http://www.everythingbutthegrape.com/overlay/overlayEX.html

new-at-this

Posts: 1

Registered:
Oct 25, 2010

» » » Similar Problem

Posted: Oct 25, 2010

Reply to: » » Similar Problem, from jwelch
Also having this problem in Chrome (external html page doesn't load in the overlay, while testing from my hard drive). But you're right that once it's uploaded to my host, it works just fine - thanks for that tip! At least now I know I can proceed. So it's something where Chrome just can't find an html file in a local folder?
I guess I'll just test in Safari and FF, and hope nothing goes wrong in Chrome along the way ...

heikki

Posts: 291

Registered:
Sep 5, 2010

» » » » Similar Problem

Posted: Oct 25, 2010

Reply to: » » » Similar Problem, from new-at-this
This looks close:
http://stackoverflow.com/questions/2541949/problems-with-jquery-getjson-using-local-files-in-chrome

I use local server always. Ruby/serve is a lightweight alternative that you can start from any folder if needed. Developing or testing straight from the filesystem is too far away from the real environment so I don't bother.

jquerydesigner

Posts: 3

Registered:
May 21, 2010

The problem is described here http://flowplayer.org/tools/forum/45/41847

Posted: May 21, 2010

Reply to: jquery tools v1.2.1 : expose no longer works (z-index problem), from anxious
The problem is described here
http://flowplayer.org/tools/forum/45/41847

Waiting for a solution.