Results 1 to 4 of 4

Thread: my dropdown menu went under the flash movie.

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default my dropdown menu went under the flash movie.

    1) Script Title: AnyLink Drop Down Menu

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:
    I made my drop down menu successfully from that source code, then I added a flash animated intro. below it . but then the flash movie cover all the drop box from the menu bar
    go to www.coach.com
    It supposed to look like them at the first page.. load the flash while you can use the menu to choose products from..
    However all my drop box went under the flash ... can't see it

    Help

  2. #2
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I just try replaced the flash with just a images and the dropdown menu show up on top.
    Is it the z-index not working w/ the flash?

    I'm a very new newbies.. my 3rd day of web making. please help

  3. #3
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Add the bits in bold to your code where you show the Flash.

    Code:
    <object ... >
              <param name="movie" value="flash.swf">
              <param name="quality" value="high">
              <param name="wmode" value="transparent" />
              <embed src="flash.swf" wmode="transparent" ... ></embed>
    </object>

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There have been a ton of threads on this topic. Search for them to find some answers/discussions.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •