Results 1 to 2 of 2

Thread: Pop Menu Script

  1. #1
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Pop Menu Script

    1 question
    open my website www.vxdesigns.com
    in i.e
    go to main page
    where it has a menu on left side
    hover over downloads or tuts
    a menu pops out
    right ?
    ok
    instead of the menu on left i have a right side menu now on another page lets say about.php
    now the menu is in a iframe
    so if i hover over downloads or tuts
    the menu pops out
    but it gets hide by the middle page (main content content)
    becus the iframe is a different page
    is there a way to over lap my menu from the iframe onto content page ? so the menu shows completely and not hide...

    In simple words i need instructions for inserting my menu script in a frames page, where the main menu resides in one frame, and the resulting submenus drop down in another. For an example, see: http://www.burmees.nl/

    heres the script i am using

    http://dynamicdrive.com/dynamicindex1/popit.htm

    I read somewhere where the author was doing the same exact thing with his own menu script

    Create frameset with coloms <html>
    <head>
    <title>Your Title</title>
    </head>
    <frameset cols="150,*" framespacing='0' frameborder='0' border=0>
    <frame frameborder='0' framespacing='0' src="MyNavigation.htm" noresize scrolling='no' name="MyFrameOne"></frame>
    <frame frameborder='0' framespacing='0' src="MyMain.htm" name="MyFrameTwo"></frame>
    </frameset>
    </html>


    Create frameset with rows <html>
    <head>
    <title>Your Title</title>
    </head>
    <frameset rows="150,*" framespacing='0' frameborder='0' border=0>
    <frame frameborder='0' framespacing='0' src="MyNavigation.htm" noresize scrolling='no' name="MyFrameOne"></frame>
    <frame frameborder='0' framespacing='0' src="MyMain.htm" name="MyFrameTwo"></frame>
    </frameset>
    </html>


    I need somethign like this ... Any help in appreciated.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The example menu you mention at:

    http://www.burmees.nl/

    Is made using this menu:

    http://www.dynamicdrive.com/dynamici...menu/index.htm

    which can drop across frames as well as be a vertical menu.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •