Results 1 to 5 of 5

Thread: CSS Chrome Dropdown Menu - drop down menu out of place

  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Chrome Dropdown Menu - drop down menu out of place

    1) Script Title: Dynamic Drive Chrome CSS DropDown Menu

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

    3) Describe problem: The menubar works fine and is fantastic. However, the drop down menu's position is out of place. it appear on the far right side of the browser instead of directly under the menubuttons. Is it because of a flash image under it? Im confused and is frustrated, would appreciate help from anyone. Thanks in advance.

    PS i attached a screenshot

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.

    ps: Most of the positioning problems with the drop down menus can be solved by making sure the HTML for the drop down DIVs themselves is outside any container tag on the page other than the BODY. So in your case, try moving all the drop down DIVs to the bottom of your page, just above the "</body>" tag.
    DD Admin

  3. #3
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry but the website is still not up yet.

    Ive tried placing the dropdown menu divs just above the </body> tag. The dropdown menu completely disappear, even the arrow showing dropdown is gone. Thanks for your help

  4. #4
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OH Ive got it right now!

    But one problem though, the dropdown menu goes behind the flash image.(flash image can be seen in screenshot)

    Thanks in advance!!

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Make sure you have iframe shim enabled inside the .js file:

    Code:
    enableiframeshim: 1, //enable "iframe shim" in IE5.5 to IE7? (1=yes, 0=no)
    If that doesn't help, you may need to tweak your Flash to see if that works, such as one solution suggested by Adobe: http://kb2.adobe.com/cps/155/tn_15523.html
    DD Admin

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
  •