I am using a drop down menu, with all its code written in .js file.
I have a flash on my website. The drop down menu shows more content when you hover on top of any category, but this additional content is hiding behind the flash file, the flash file is over lapping the drop down menu content.
how can i fix this?
Set the window mode (wmode) of your flash file to opaque. If you’re dealing with absolute positioning, make sure the z-index it higher for your menu (probably already is if it’s a pre-made dropdown).
Like:
swfobject:
or
in a typical definition.