Results 1 to 2 of 2

Thread: Loading Content into Iframe from Apple-style Accordian Menu

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

    Default Loading Content into Iframe from Apple-style Accordian Menu

    Hello,
    I am using the Apple-style menu provided here: http://www.dynamicdrive.com/dynamici...menu-apple.htm , but I would like to modify it slightly to load content into an iframe. The problem I am running into, is that the silver background and text styling disappear with the "title" tag.

    A snippet of the original code looked like this:

    Code:
    <div class="silverheader"><a href=iframetest.php>HOME</a></div>
    	<div class="submenu"></div>
    I used the following tutorial to learn about loading content to iframes, but the example uses "h3 class=" tags: http://www.dynamicdrive.com/dynamici...uppliment2.htm (near the bottom titled "Doing something whenever the user expands a header"

    Modifying the code slightly, I was able to load the content into the iframe, but the styling changed dramatically.

    Code:
    <div class="silverheader" title="iframetest.php">HOME</div>
    Any help would be greatly appreciated.
    Last edited by HiPower; 10-25-2012 at 08:24 PM. Reason: Mark Resolved

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

    Default

    I think I found the answer in another forum topic: http://www.dynamicdrive.com/forums/s...Accordian-Menu

    Specifically, I modified my code to include
    Code:
    <a href="javascript:void(0)">menu title</a>
    . This restored the look of the header buttons, but allowed for loading content in the iframe.

    Thanks to azoomer for the solution and Raubie for the question.

    If anyone sees a potential problem, please let me know. Thanks!

Similar Threads

  1. Replies: 5
    Last Post: 10-24-2012, 07:28 PM
  2. Apple Style Accordian Menu Bar
    By usr3ahs in forum ASP
    Replies: 1
    Last Post: 05-06-2009, 01:45 PM
  3. Apple Style Accordian Menu Bar
    By usr3ahs in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 03-25-2009, 06:45 PM
  4. Problem with Apple style accordian menu
    By ctworion in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 11-17-2008, 08:04 PM
  5. Apple style Accordion Menu delay and content animation
    By whiteking1920 in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 08-20-2008, 10:22 PM

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
  •