Flash is overlapping on navigation Menu
I have a page http://www.breeches.com/index_splash.htm
Can you see a navigation drop down in green band and you can view flash animation
also.
Now,the problem is my navigation, is getting overlapped by flash animation
even if i wont use any layer or DIv tag (since now you can see flash in div
tag) which i was trying the method to make drop down on top of flash.
Is there anyway to make a dhtml layer (<div>) appear on top of an embedded
flash element? Per default the layer is rendered behind the flash movie
Is it Possible? I am looking forward to have a reply from you...pass on the
problem if you know any other guy, who have command on such problems..
Hope you get the solution.
Regards
Deepak bajaj
Snr Web Designer
New Delhi - India
Re: Flash is overlapping on navigation Menu
I haven't tried this, but check the z-order values of the dropdown div vs.
the div containing the Flash movie. Higher z-order values appear above lower
z-order values. Assign high z-order values (style="z-order: 4000") to the
menu divs.
As a fallback position, if that doesn't work, you could make the Flash div
invisible (visibility:none) when the user clicks the menu div.
HTH
Russell Jones
Sr. Web Development Editor,
DevX.com
"Deepak Bajaj" <deepak3k@rediffmail.com> wrote in message
news:3b93398f$1@news.devx.com...
>
> I have a page http://www.breeches.com/index_splash.htm
>
> Can you see a navigation drop down in green band and you can view flash
animation
> also.
>
> Now,the problem is my navigation, is getting overlapped by flash animation
> even if i wont use any layer or DIv tag (since now you can see flash in
div
> tag) which i was trying the method to make drop down on top of flash.
>
> Is there anyway to make a dhtml layer (<div>) appear on top of an embedded
> flash element? Per default the layer is rendered behind the flash movie
>
> Is it Possible? I am looking forward to have a reply from you...pass on
the
> problem if you know any other guy, who have command on such problems..
>
> Hope you get the solution.
>
> Regards
> Deepak bajaj
> Snr Web Designer
> New Delhi - India
Re: Flash is overlapping on navigation Menu
Sorry, that should be z-index, not z-order in my previous note.
"Russell Jones" <arj1@northstate.net> wrote in message
news:3b93bc0c$1@news.devx.com...
> I haven't tried this, but check the z-order values of the dropdown div vs.
> the div containing the Flash movie. Higher z-order values appear above
lower
> z-order values. Assign high z-order values (style="z-order: 4000") to the
> menu divs.
>
> As a fallback position, if that doesn't work, you could make the Flash div
> invisible (visibility:none) when the user clicks the menu div.
>
> HTH
> Russell Jones
> Sr. Web Development Editor,
> DevX.com
>
> "Deepak Bajaj" <deepak3k@rediffmail.com> wrote in message
> news:3b93398f$1@news.devx.com...
> >
> > I have a page http://www.breeches.com/index_splash.htm
> >
> > Can you see a navigation drop down in green band and you can view flash
> animation
> > also.
> >
> > Now,the problem is my navigation, is getting overlapped by flash
animation
> > even if i wont use any layer or DIv tag (since now you can see flash in
> div
> > tag) which i was trying the method to make drop down on top of flash.
> >
> > Is there anyway to make a dhtml layer (<div>) appear on top of an
embedded
> > flash element? Per default the layer is rendered behind the flash movie
> >
> > Is it Possible? I am looking forward to have a reply from you...pass on
> the
> > problem if you know any other guy, who have command on such problems..
> >
> > Hope you get the solution.
> >
> > Regards
> > Deepak bajaj
> > Snr Web Designer
> > New Delhi - India
>
>