Results 1 to 2 of 2

Thread: Floating Menu Script does not work on iframe

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

    Default Floating Menu Script does not work on iframe

    1) Script Title:
    Floating Menu Script

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

    3) Describe problem:
    I had the floating menu running perfectly on my htm page. (e.g. contentpage.htm)
    But somehow, i need to load this content page within an iframe of another page (e.g. main.htm).
    After putting it there, the scrolling does not worked.

    The code in the main page is as follows:
    Code:
    <iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="750"  id="the_iframe" src="contentpage.htm" frameborder="0" allowtransparency="true"></iframe>
    does it mean that the scrolling menu is not supposed to work within an iframe? any getaround to this situation?

    thanks,
    jfk.

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

    Question Floating Menu in iFrame

    Mates, I have the same problem... I have been trying with umpteen number of different codesets floating around on the internet...

    If someone has a solution to suggest, I too will be very grateful.

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
  •