Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

js dropdown menu appearing under flash file!!!!

Options
  • 05-01-2004 7:28pm
    #1
    Registered Users Posts: 648 ✭✭✭


    Hi
    I have a flash animation just under a javascript drop down menu. However the drop down seems to appear under the flash file!!!! is there any way around this?????

    Tnx


Comments

  • Registered Users Posts: 1,747 ✭✭✭Figment


    The only way around this is on IE.


  • Registered Users Posts: 648 ✭✭✭ChicoMendez


    and what is the way around it , do you know?


  • Registered Users Posts: 1,747 ✭✭✭Figment


    Not off hand. sorry.
    Google it.


  • Registered Users Posts: 1,452 ✭✭✭tomED


    I don't think there is a way around - as far as I knew its not possible.

    Some people suggest adding
    <param name="wmode" value="transparent"> to the object will work, , theres something similar for the embed as well.

    I havent seen this in action yet though!

    Tom


  • Closed Accounts Posts: 156 ✭✭JJSolutions


    Yeah <param NAME="wmode" VALUE="transparent">

    and <embed border="0" WMODE="transparent" should do the trick

    It works in NS 70 71 and
    firebird 0.7

    dont think it works in NS 4.7


    Regards


    Joe


  • Advertisement
  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    ok
    firstly, flash elements are written onto the desktop not into the browser window - same for applets, forms elements

    more info:
    Positioned Elements and OS Controls, Applets and Plug-ins http://www.webreference.com/dhtml/diner/seethru/
    there's also a sort of support list at http://www.macromedia.com/support/fireworks/ts/documents/pop-up_menus_and_active_con.htm

    one workaround which works for some browsers, tho not all, is to enclose the elements with a css id...
    #badform { display: compact; }
    and wrap the whole form/element in
    <div id="badform">
    stuff
    </div>

    mileage _will_ vary

    otherwise it is over to shortening and repositioning of content

    wrt designing for NS4.7, check out
    Why Don’t You Code for Netscape?

    hth
    \r


Advertisement