A flash movie is loaded on a page via javascript (replaceChild on a div)
I add jquery datepicker to a input above this movie.
When the datepicker (or other jquery element) is shown, it is shown under the movie (wrong zorder)
The element do have "z-index: 99" in its css class
How do i bring the jquery element up?
[Edit]
Theres no styling on the flash object tag
This happens on Chrome and IE, on firefox it also happens, but some elements are over the movie (picture)