Menu appearing behind the flash?

Hey if you getting such type of design related problem in which if your menus are overlapping by flash object or flash is appearing over the menu then you just need to add this parameter inside the Flash < object > tag:

< param name="wmode" value="transparent" / >

or

You then need to add the attribute wmode to the embed tag:

< embed ...="" wmode="transparent" / >

Comments

Popular posts from this blog

Leap Year Calculator

PDF form validation using javascript

CSS Mouse Cursors and Custom Cursors