kishan Posted December 7, 2007 Share Posted December 7, 2007 hi all a small problem iam having a ads pane in my right pane which will display the flash image and on the top i have a menu when i mouse over it it will display the sub-menu now this sub-menu has to come on the top of this flash-image .. when it is a normal image like if i give <img tag instead of getting the content from the site which is in <iframe its working fine but its not coming on the top when i mouse over it when it is a flash image Quote Link to comment https://forums.phpfreaks.com/topic/80588-z-image/ Share on other sites More sharing options...
phpQuestioner Posted December 7, 2007 Share Posted December 7, 2007 Add a wmode parameter to your flash movie and set it to "transparent"; that should do the trick. Also make sure your menu's z-index is higher then your flash movie's z-index; that is, if your using a z-index for your flash movie. Quote Link to comment https://forums.phpfreaks.com/topic/80588-z-image/#findComment-408679 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.