Results 1 to 3 of 3

Thread: Using frames/iframes to display a navigation bar

  1. #1

    Thread Starter
    Addicted Member HairyDave's Avatar
    Join Date
    Aug 2002
    Location
    Er...I can't remember.
    Posts
    196

    Using frames/iframes to display a navigation bar

    Sorry about the title - bit long - but it does explain it a bit

    I've got a page that I want to display a navigation bar in. Its a DHTML/javascript bar that can be displayed at the top of a document.

    I've been including this bar in every file I create, but I'd like to change that to a single frame page that displays the nav and a content frame.

    However, when the bar is placed in a separate frame, the drop down menus get hidden by the bottom frame. If I make the frame bigger then I can't get enough info in the content frame.

    So I suppose I'm asking if anyone knows a way of hovering the drop down menus over the page such that they hover over a different frame.

    I've included a screenshot so that you can see what I mean - its not quite right but I wanted to make it obvious what I was talking about.

    Thanks

    HD
    Attached Files Attached Files

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    If the menu is written to the document using JavaScript (i.e. document.write) then can't you just add a <script src="menu.js"> type thing where you need it to appear in each page, and get rid of the frames? Other than that the only thing I can think of is to write the menus to the lower frame, and have the script show/hide them in the other frame, but that will probably mess up your whole script.

  3. #3

    Thread Starter
    Addicted Member HairyDave's Avatar
    Join Date
    Aug 2002
    Location
    Er...I can't remember.
    Posts
    196
    The problem I have is that I want the menu to be permanently displayed. You can make the menu static - but it looks *****. Therefore the menu can be scrolled off the display.

    Oh well, no problem - cheers.

    HD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width