Results 1 to 3 of 3

Thread: What do i do!?

  1. #1
    Join Date
    Feb 2008
    Posts
    25
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Unhappy What do i do!?

    Hello, and thanks for the help in advance.

    I am using the Dynamic Drive Chrome Drop Down Menu and I want to edit all of my navigation at once so I use the following code:
    Code:
    <script type="text/javascript">
    document.write('<iframe name="menu" src="menu.html" style="position:absolute; left:-10000px; display:none;width:0px;height:0px" frameborder="0"></iframe>');
    function extractMenuFromIframe(){
    document.body.innerHTML+=frames['menu'].document.body.innerHTML}
    window.onload=extractMenuFromIframe;
    </script>
    (http://molendijk.110mb.com/include_m...ckertree1.html)
    The problem is that to use the chrome menu i have to use some css and some scripts for it to do anything. the iframe acts as if those don't exist, and it shows it plain, no drop down or anything.
    How could I get it to show?
    Thanks,
    Nailgun
    Last edited by Nailgunpro; 04-06-2008 at 09:52 PM.

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

  3. #3
    Join Date
    Feb 2008
    Posts
    25
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    sigh...sorry.
    *wispers to self: that kinda ruined the thread completely...*

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
  •