Hi,
I searched around and yet to find the solution. I hope I can get help
here.
I use coolmenus4.js for drop down menu, and have Flash embeded with
swfobject.js 2.2.
The drop down menu goes behind the Flash. I know there were similar
topic before, but it still is not working for me.
I added wmode: "opaque", so the code look like this.
swfobject.embedSWF('flashfile.swf', 'Flash', '728', '90', '9.0.0',
'expressInstall.swf', { xmlURL: 'http://www.domain.com', aid : '3540',
generalClickUrl : 'http://www.domain.com/', wmode:'opaque',
quality:'high' }, {}, {});
I put flash object in this CSS as well.
#flash { position: relative; }
And whole drop down table into this CSS,
#dropdown { position: absolute; }
What else do I need to do in order to solve this problem??
I tried z-index too without success.
You can see the page here.
http://www.cielion.com/en/index.php
(I removed the css for now since it destroys the menu.)
Thanks.
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.