[jQuery] Re: Popup going under flash object

2009-01-22 Thread ptmurphy
Kean - that was it! I would have NEVER found that on my own. I never dreamed to look at a parameter in the flash file, as I am just calling a .swf file and it takes care of everything for me. However, I did find that I could pass it a parameter to set the wMode. I pulled my hair out for two days

[jQuery] Re: Popup going under flash object

2009-01-22 Thread ptmurphy
Thanks for the replies so far. Let me give these ideas a try this evening and I will let you know. On Jan 22, 1:19 pm, amuhlou wrote: > In Firefox 2 Mac the wmode=transparent parameter causes a bug.  If > flash with wmode=transparent is playing, some things that go over top > of the flash area

[jQuery] Re: Popup going under flash object

2009-01-22 Thread amuhlou
In Firefox 2 Mac the wmode=transparent parameter causes a bug. If flash with wmode=transparent is playing, some things that go over top of the flash area will actually pause or stop the movie. It's fixed in FF3 Mac so not a whole lot you can do for those still on v2, but at least the amount of pe

[jQuery] Re: Popup going under flash object

2009-01-22 Thread Kean
Problem might be with flash. add On Jan 22, 7:36 am, ptmurphy wrote: > I have a web page I have been working on and everything looks good in > IE.  However, in Firefox I am having a problem with the datepicker > popup window going under a flash object that is below the input field > on the pa

[jQuery] Re: Popup going under flash object

2009-01-22 Thread amuhlou
Is the flash div given a position, either relative or absolute? If not, try giving it position relative along with the low z-index. Also, do you have a test page somewhere? On Jan 22, 10:36 am, ptmurphy wrote: > I have a web page I have been working on and everything looks good in > IE.  Howev