Results 1 to 2 of 2

Thread: All Levels Navigational Menu (v2.2) with iFrame

  1. #1
    Join Date
    Apr 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default All Levels Navigational Menu (v2.2) with iFrame

    1) Script Title: All Levels Navigational Menu (v2.2)

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

    3) Describe problem: I was using this menu in nav.html and called this in a header.html file using an iframe

    HTML Code:
    <iframe frameborder="0" scrolling="no" width="100%" height="204" src="nav.html" id="nav"></iframe>
    Everything is working fine except instead of dropping down the menus are flying up ...

    I am using firefox and checked shim and it is set to true .. please help and thanks in advance

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    That's because your menu is emprisoned in the iframe's height. Giving the iframe 100% height won't help you, because this makes the contents of the main page inaccessible.
    For a possible workaround, see this.
    ===
    Arie Molendijk.

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
  •