Results 1 to 2 of 2

Thread: Static Navigation Bar

  1. #1
    maxreality Guest

    Static Navigation Bar

    Hello,

    I'm currently brainstorming a website and I'm running into a challenge. I'm sure there is a simple solution for an experienced developer, but I am far from experienced.

    I want to create a site with three areas.

    1.) Main Page
    2.) PHPbb Forum
    3.) Wordpress Blog area

    I want to make a unified navigation bar that will direct the user to the specified areas without opening a separate window.

    What would be my best solution?

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    If you want to open another html file in an area on the same page you could use an iframe or Ajax.

    If you just want the page to scroll down to text lower down the same page after clicking a link, use an anchor. http://www.wickham43.net/generaladvice.php#anchors

    For navigation bars, look at Cssplay http://www.cssplay.co.uk/menus/ but they generally open a new window from a link.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. ul to CSS navigation bar in Dreamweaver
    By DimePiece in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 25 Mar 2009, 03:08 PM

Posting Permissions

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