Forum Moderators: open

Message Too Old, No Replies

Drop down menu not visible while using flash

Drop down menu not visible while using flash

         

vivek192

6:25 am on Mar 30, 2007 (gmt 0)

10+ Year Member



Hi ,

I have one problem in HTML, I have a HTML file with drop down menu and a flash banner in bottom , while mouse over the menu the drop down is not visible in the top of the flash banner its going back side, can any one help me out how to bring the drop down menu top of the flash banner.
Regards

Vivek

[edited by: engine at 9:37 am (utc) on Mar. 30, 2007]
[edit reason] No urls, See TOS [webmasterworld.com] [/edit]

JAB Creations

6:30 pm on Mar 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd recommend not putting Flash anywhere that has anything to do with z-index, hidden layers, or absolute positioning. As far as Flash, XHTML, and CSS has come the weak points remain the interactivity between some of the technologies when they are put in to associated interactions. Another example are forms and their respective elements are still horribly styled with CSS, ESPECIALLY in Internet Explorer 7 and below. End point: stick your Flash banner (advertisement?) someplace a little less technical at least for now.

- John

borntobeweb

5:46 am on Apr 2, 2007 (gmt 0)

10+ Year Member



Try this: add a <param name="wmode" value="transparent"> to your Flash <object> tag. For more explanation, google for "wmode transparent" and read the Adobe tech notes. Careful though, last time I tried this it didn't work so well on Safari.