Click to See Complete Forum and Search --> : Drop Down list, behind the flash !
may_myanmar
02-07-2008, 01:20 AM
Hello All,
I insert the flash intro page.
At the top of Drop Down list, behind the flash. so cannot see the drop down menu.
I already tried z-indent at html, but still cannot.
I hope someone can help me !
May
WebJoel
02-09-2008, 06:58 PM
Hello All,
I insert the flash intro page.
At the top of Drop Down list, behind the flash. so cannot see the drop down menu.
I already tried z-indent at html, but still cannot.
I hope someone can help me !
May It's "z-index:foo;" not "indent" (and whereby "foo" is a numeric integer), -but that won't work. "FLASH" is considered to have "z-index:infinity;" (this is not a real value) so, -you need to do something else:
in your "<OBJECT>" you will see a series of "PARAM" lines: add this one:
<param name="wmode" value="transparent">
and in your "<embed ...>", add this:
wmode="transparent"
These changes will permit normal page content to be 'overtop of' the FLASH object and will solve your problem.
may_myanmar
02-10-2008, 08:57 PM
Hi Sir,
Your reply is so helpful for me.
Drop down menu is infront of the flash but when I click one list (at drop down menu), I need to click for 2 times.
Because of ActiveX control of flash.
Can I solve that problem ?
Do you have a way, kindly let me know !
Thankful & Regards,
May