![]() |
How do i create a navigation bar?
Hi, i have got my own website and was just wondering how you create a navagation bar. See the thing is i want to spuce it up a bit and i want to start by putting a navigation bar in. Of course i would do the coding manually in notepad, but was wondering how i go about setting up a navagation bar.
Any help apprecieted WNA |
Re: How do i create a navigation bar?
I have a killer one which acts and looks identical to the old Win95/98/ME/NT/2000 style program menus.
If you want the code let me know. (i.e PM me because I might not see any new responses in this thread) |
Re: How do i create a navigation bar?
1 Attachment(s)
Quote:
|
Re: How do i create a navigation bar?
Isn't anyone going to reply? Didn't mean to be aggressive lol.
|
Re: How do i create a navigation bar?
The following bit of code is producing the nthellworld Nav bar
Code:
<a href="usercp.php?"><img src="images/buttons/top_profile.gif" alt="top_profile.gif" title="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0" vspace="8" /></a> |
Re: How do i create a navigation bar?
What bits do i have to change cos i have load of links on my website CLICK HERE
|
Re: How do i create a navigation bar?
Quote:
Interesting avatar! If I say 'snap' do I get to keep them both? :D |
Re: How do i create a navigation bar?
It's fairly easy to use CSS to define a navbar style
to which you can apply to any text based links, and thus build up a navbar which is easily customised. I can supply examples if required. There is also some freebie programs on the web that will automate the process for you. one such is here http://www.popularshareware.com/CSS-...load-1387.html Hope this helps |
Re: How do i create a navigation bar?
|
Re: How do i create a navigation bar?
Quote:
Code:
<a href="url_to_go_to_when_clicked.html">text_that_becomes_the_link</a>Code:
<img src="url_of_the_image.gif">Code:
<a href="url_to_go_to_when_clicked.html"><img src="url_of_the_image.gif"></a>Unfortunately, the web browser will by default put an ugly blue border around the image. You can get rid of this by specifying border="0". We can also specify some text that appears if we hover over the button (in IE) using the alt tag e.g. alt="some_text". i.e. we now have: Code:
<a href="url_to_go_to_when_clicked.html"><img src="url_of_the_image.gif" alt="some_text" border="0"></a>You now add the same code to the top of all of your pages, so that the bar appears to stay the same as you navigate round your site. Alan |
Re: How do i create a navigation bar?
And before you add it to all the pages you make sure the code is complete tested and working and has all the buttons you want as it is a right royal pain to go back and replace the code in each page.
Alternately you make a top frame with the nav bar and a main frame. |
| All times are GMT +1. The time now is 17:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum