Look through this website and click on the navigation bar buttons.
http://www.redflagdeals.com/
Notice how when you click on like forum the navigation bar stays on top. How would you create a website to do this?
Look through this website and click on the navigation bar buttons.
http://www.redflagdeals.com/
Notice how when you click on like forum the navigation bar stays on top. How would you create a website to do this?
the simplest solution is probably to add the navigation to all pages (using include so you don't get so many places to make sure nav is up to date if you need to add something to the menu would be easiest)
Do you have trouble reaching your site?
Check here first: News and Announcements
Don't forget that x10hosting has an irc server as well. Come and join the fun
server: irc.x10hosting.com, main channel: #x10hosting
There's a lot helpful users there if need help building your site
But how could I have a forum like that?
In Cpanel, look for Fantastico De Luxe, and you can choose for it to install a forum software onto your website.
If you don't find the fantastico de luxe, then you can use http://simplemachines.org or http://phpbb.com or and other forum software.
But how do I make it so the navigation bar stays on top?
Try PhPbb it's free and has a large community of developers
That doesnt help..
randommaker.... hahaha... I'm so unsure of what you're asking.
The navbar is just HTML/possibly server-side scripted. And the site is nothing special. It's on each of the pages.
I'm responding to this post because I think what you're really asking about is the navbar image (button highlight) for what page is being viewed. For instance, on the home page the "Home" has the white background image, and if you click on the "Freebies" or "Forums" link, when you go to their page, they will have the white background in the navbar.
Is that what you're asking?
If so, you can do this with parameter control, if your navbar is scripted, or you can do this with regular Javascript, if you just parse the URL. For instance, you can use Javascript to get the address bar's URL, parse it for the word "forum" if it exists, change that button's css class to "on"
Is that what you're asking?
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!
I'm getting the same idea across as vol7ron, to make the different page names select then you could use a class, explained simply: the page you're on could be given the class current.page, and the other links give other.page. You'd then create a CSS or similar document and set how you'd like each class to display. This would give all of your links a uniform look and feel, and save a lot of clicking, setting font sizes and alignment etc. for every single link.
What Web Design software are you using?
Datumon.
*Edit*
I understand what he means now....
Is just a custom forum template, done it before, is not difficult, just edit the layout file for the phpbb
Last edited by pythondev; 03-25-2009 at 08:55 AM. Reason: Correction