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 <amysch...@gmail.com> 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 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 people using it is pretty small. > > On Jan 22, 1:50 pm, Kean <shenan...@gmail.com> wrote: > > > Problem might be with flash. > > > add <param wmode="transparent"> > > <embed wmode="transparent"> > > > On Jan 22, 7:36 am, ptmurphy <ptmur...@bellsouth.net> 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 page. > > > > The datepicker.css file (this is the only css file I am using in this > > > application) sets the z-index to 9999 (which is much higher than > > > anything else on the page, and I have set it to as high as 10000000 > > > just to check). I have tried to set the input field to an extremely > > > high z-index, as well as setting the z-index of the flash <div> to -1. > > > > Nothing seems to help in Firefox, but IE does everything correctly, > > > putting the datepicker popup over the flash object. > > > > Has anyone run into anything similar and can offer some suggestions? > > > > Thanks for any help or suggestions... > > > > PTM