menu problem with flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradeepjain
    Contributor
    • Jul 2007
    • 563

    menu problem with flash

    I have problem with menu links going behind flash in linux/firefox.....is there any solution for this
  • Niheel
    Recognized Expert Moderator Top Contributor
    • Jul 2005
    • 2433

    #2
    If this is in a web-browser, then the problem is setting a z-index.
    niheel @ bytes

    Comment

    • pradeepjain
      Contributor
      • Jul 2007
      • 563

      #3
      Originally posted by KUB365
      If this is in a web-browser, then the problem is setting a z-index.
      Hey the problem is that i haven't done the design part , Some one has done tht design and he has used tables and i cannot use zindex in table i guess.

      Comment

      • pradeepjain
        Contributor
        • Jul 2007
        • 563

        #4
        i created div's and gave z-index also.....i have given z-index for flash less than other element...then also problem still exists


        Originally posted by KUB365
        If this is in a web-browser, then the problem is setting a z-index.

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          There is a very simple fix, I believe.

          Comment

          • amitbhargavain
            New Member
            • Mar 2012
            • 1

            #6
            You need to set the 'wmode' of you flashmovie to transparant using:
            <param NAME="wmode" VALUE="transpar ent">

            this will allow elements to be placed over the flashmovie

            Comment

            Working...