PDA

View Full Version : Static Navigation Bar



maxreality
13 Jan 2010, 12:12 PM
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?

Wickham
14 Jan 2010, 02:37 PM
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.