Khubsurat Graphics Future Vision
I, Zythyr/Commander the owner of Khubsurat Graphics will no longer be updating this board. After the release of ZetaBoards, I have decided to leave the Invisionfree/ZetaBoards community. There are many reasons as to why I decided to do this and will not be discussing this with you guys. I have kept Khubsurat Graphics open as an archive for many resourses that you members can use. These include tutoirals, skins, graphics, etc. I feel there are many resourses archived on this board for members to learn from in order to pruse their hobby in graphic design, website design, forum based skinning, etc.

If you would like to contact me, send me an email through my profile page.

Too all my old friends, loyal members, acquaintances, wish you all the best. If you would like to stay in touch me, just email me through my profile page and I will give you my chat ID


  Add ReplyAdd New TopicAdd New Poll

 Complete Navigation Bar, Including Slicing and Coding Tutoirals
Zythyr
Posted: Dec 26 2004, 04:27 AM
Quote


Administrator
Group Icon

Group: Administrator
Posts: 2,050
Member No.: 1
Joined: 4-October 04



In this tutorial, we are going to learn how to make a simple navigation bar and then slice it in order to put it up on the internet.

user posted image

Part 1: Navigation Bar

1. Open up a new document with a transparent background and make it 550x30.

2. Change the name of the current layer's (Layer 1) name to "Background".

3. Using the Paint Bucket tool, fill the layer with #292929 (or any other color that your background is going to be for you site).

4. Create a new layer and then using your keyboard, press CTRL and then click on the Backgrond layer.

5. Go to Select>>>Transform Selection. In the Width box, put in 98% and in the Height box put in 93%. Now you selection will look smaller.

user posted image

6. Now fill the layer with white and name the layer Gradient.

7. Now right click on the layers name and click on Blending Options. And put in these settings. (For the gradient part, choose the color that best suits the color of your site)

user posted image

user posted image

So far you should end up with this image

user posted image

8. Now create another layer and call it Left Fading. Set you forground to #292929. Now take out the gradient tool and set it to Foreground to Transparent. Now holding on to the SHITFT key drag your mouse from the left of the image and to a little bit to the right.

9. Now create another layer and call it Right Fading. Do the same as step #8 but drag you mouse from the right of the image to a little bit of left. Don't forget to hold on to the SHIFT key on your keyboard.

user posted image

Now you should end up with this image.

user posted image

10. Now using your text tool write the links you want on the navigation bar. Make sure to keep a distance between them in order for it to look good.

user posted image

11. Now save you document so if anything goes wrong in the next steps, you can go back to the end of part one and restart part 2.

Part 2: Slicing

12. Now get out your slice tool.

user posted image

13. This slice tool works like a Rectangle Marquee Tool, so now go over the work you want to have a link in the navigation bar and make a squre around it using the Slice Tool.

user posted image

14. Repeat step #13 for all the other words you have. In the end you should have this.

user posted image

15. Now get out your Slice Select Tool.

user posted image

16. Now double click on one of the boxes you made using the Slice Tool and a window will pop up. In the window, where it says URL:, type in the url of the place you want that word to be linked to. Make sure the url starts with "http://".

user posted image

17. Repeat step #16 for all the word that you want to link.

Part 3: Coding

18. Now this is the hardest part so be carefull of what you do.

19. Go to File>>>Save for Web. Then click on Save at the top right corner. A window will pop up and give it the name you want. And make sure that you choose HTML and Image (*.html) for the Save as type: option.

user posted image

20. Now go to the area where you save the file at and you will see a folder called Images and a file with the picture called Naviagtion Bar (or the name you gave when saving it).

user posted image


21. Double click on the Navigation Bar file and you browser should open up and show you the image of the Navigation Bar.

22. In your Browser, go to View>>>Source or View>>>Page Source.

user posted image user posted image

23. A window will pop up and the program will be called Notepad. Over here you will see a long code. This is the code I have.

QUOTE
<html>
<head>
<title>Navigation Bar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Navigation Bar.psd) -->
<table id="Table_01" width="550" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td>
   <img src="images/Navigation-Bar_01.gif" width="82" height="30" alt=""></td>
  <td>
   <a href="http://s6.invisionfree.com/KhubsuratGraphics/">
    <img src="images/Navigation-Bar_02.gif" width="59" height="30" border="0" alt=""></a></td>
  <td>
   <img src="images/Navigation-Bar_03.gif" width="22" height="30" alt=""></td>
  <td>
   <a href="http://s6.invisionfree.com/KhubsuratGraphics/index.php?c=4">
    <img src="images/Navigation-Bar_04.gif" width="71" height="30" border="0" alt=""></a></td>
  <td>
   <img src="images/Navigation-Bar_05.gif" width="20" height="30" alt=""></td>
  <td>
   <a href="http://s6.invisionfree.com/KhubsuratGraphics/index.php?c=2">
    <img src="images/Navigation-Bar_06.gif" width="79" height="30" border="0" alt=""></a></td>
  <td>
   <img src="images/Navigation-Bar_07.gif" width="20" height="30" alt=""></td>
  <td>
   <a href="http://s6.invisionfree.com/KhubsuratGraphics/index.php?c=3">
    <img src="images/Navigation-Bar_08.gif" width="138" height="30" border="0" alt=""></a></td>
  <td>
   <img src="images/Navigation-Bar_09.gif" width="59" height="30" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>


24. Now go to the image folder, if you dont know what that it, look at the picture below. Double click on the folder and you will see a lot of images. Upload all of those pictures to an image host. (http://www.imageshack.us/ or http://photobucket.com/).

user posted image

25. In that long code you got from Notepad, you will see little parts every where that look something like this.

CODE
<img src="images/Navigation-Bar_01.gif"


When you upload those image to an image host, you must have gotten the url of each image. Replace each of these things with the url to the corresponding images.

CODE
images/Navigation-Bar_01.gif


For example from the folder I uploaded the image called Navigation-Bar_01 and I got this url, www.xxxyyyzzz.com/zzzxxxyy, I would put this url in the code where it says

QUOTE
<img src="images/Navigation-Bar_01.gif" width="82" height="30" alt="">


and get this

QUOTE
<img src="www.xxxyyyzzz.com/zzzxxxyy" width="82" height="30" alt="">


Do this for all the images and put the final HTML code where you want the navigation bar to be.



This post has been edited by commander on Jan 23 2005, 06:00 AM


--------------------


Progress of Naiadous Skin
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Happiness of Activness of KG Members
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

98% of the teenage population will try, does or has tried smoking
pot. If you're one of the 2% who hasn't, copy & paste this into your signature
user posted image
user posted image
PMEmailWebsite MSN
Goto Top
Wonderbox
Posted: Dec 29 2004, 04:17 AM
Quote


Forum Ghost
*

Group: Visitor
Posts: 89
Member No.: 78
Joined: 5-December 04



this is useful. if i ever go back to working on my site i could use this. ive never used slice before.


--------------------
user posted image
PMEmail
Goto Top
act cease
Posted: Dec 29 2004, 11:40 AM
Quote


Newbie
*

Group: Visitor
Posts: 15
Member No.: 112
Joined: 29-December 04



awesome
PMEmail
Goto Top
FlareWing
Posted: Dec 30 2004, 08:16 AM
Quote


KG Member
*

Group: Member
Posts: 200
Member No.: 100
Joined: 21-December 04



This is help me out...


--------------------
user posted imageuser posted imageuser posted image
user posted imageuser posted imageuser posted image

user posted image

user posted image
PMEmail
Goto Top
Zythyr
Posted: Dec 30 2004, 09:27 PM
Quote


Administrator
Group Icon

Group: Administrator
Posts: 2,050
Member No.: 1
Joined: 4-October 04



What do you need hlep with?


--------------------


Progress of Naiadous Skin
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Happiness of Activness of KG Members
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

98% of the teenage population will try, does or has tried smoking
pot. If you're one of the 2% who hasn't, copy & paste this into your signature
user posted image
user posted image
PMEmailWebsite MSN
Goto Top
~M~C~
Posted: Jan 2 2005, 02:18 AM
Quote


Member
*

Group: Visitor
Posts: 52
Member No.: 123
Joined: 1-January 05



If i wasn't so lazy i would make that biggrin.gif


--------------------
user posted image
PMEmail
Goto Top
+ Sinion Kabe
Posted: Jan 2 2005, 05:11 AM
Quote


KG Member
Group Icon

Group: Elite
Posts: 239
Member No.: 10
Joined: 25-October 04



Good tut, commander. I'm sure many people that visit here will find it useful.

I used to use a nav bar at CC once upon a time but I got complaints concerning slowtime.


--------------------
user posted image

[ General Chat | Signatures | Banners | Icons | Avatars | Backgrounds | Skins ]

user posted image user posted image user posted image

user posted image
PMEmailWebsite
Goto Top
Jero621
Posted: Jan 22 2005, 06:50 AM
Quote


New-Comer
*

Group: Visitor
Posts: 9
Member No.: 156
Joined: 22-January 05



Very cool and easy to follow directions. However I got stummped. When I went to the Image folder where I saved my photoshop file, I had all my images there that had been cut byu the cut tool, not the solid navagation bar I was expecting. But I thought that was ok. What I don't see is View>>>Source on my tool bar.

I will suspend my project and check back for a reply. Great Forum! This is the first tutoral I took, can't wait to see what other gems you have here!

Thanks!


--------------------
user posted image
PMEmail
Goto Top
Zythyr
Posted: Jan 23 2005, 06:00 AM
Quote


Administrator
Group Icon

Group: Administrator
Posts: 2,050
Member No.: 1
Joined: 4-October 04



I think you couldn't see the view>>>source. If you are using Internet explorex then it should work. If your using Firefox then you should see View>>Page Source. Take a look at the image
user posted image


--------------------


Progress of Naiadous Skin
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Happiness of Activness of KG Members
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

98% of the teenage population will try, does or has tried smoking
pot. If you're one of the 2% who hasn't, copy & paste this into your signature
user posted image
user posted image
PMEmailWebsite MSN
Goto Top
Jero621
Posted: Jan 24 2005, 04:41 AM
Quote


New-Comer
*

Group: Visitor
Posts: 9
Member No.: 156
Joined: 22-January 05



This is where I got mixed up.

QUOTE
20. Now go to the area where you save the file at and you will see a folder called Images and a file with the picture called Naviagtion Bar (or the name you gave when saving it).


The Explorer File was not in the Image folder, but I found it. and all is well. Thank you so much for the Tut! smile.gif


--------------------
user posted image
PMEmail
Goto Top
Designs
Posted: Jul 16 2005, 12:38 AM
Quote


Active Member
*

Group: Member
Posts: 104
Member No.: 497
Joined: 28-May 05



ya I do this alot on my forums its really easy when you figure out how to.. also if you have Dreamweaver MX its VERY easy ( and I do smile.gif )


--------------------
user posted image
PMEmail
Goto Top
killingspree
Posted: Feb 3 2006, 12:59 PM
Quote


Newbie
*

Group: Member
Posts: 24
Member No.: 1,395
Joined: 3-February 06



wow sounds hard work here but must try it pz.gif winkz.gif


--------------------
user posted image
user posted image
PMEmail
Goto Top
TerminationTerminator
Posted: Feb 22 2006, 04:52 AM
Quote


Newbie
*

Group: Member
Posts: 22
Member No.: 1,465
Joined: 20-February 06



Wow, good tutorial. It should prove very useful.

Good job, as usual!
PMEmail
Goto Top
transient
Posted: Feb 22 2006, 07:45 PM
Quote


Newbie
*

Group: Member
Posts: 16
Member No.: 1,233
Joined: 31-December 05



I have to try this. Alot easier than image mapping and hosting one solid image. Ya I know, I'm a noob.
PMEmail
Goto Top
TopCat
Posted: Feb 25 2006, 02:40 AM
Quote


Newbie
*

Group: Member
Posts: 16
Member No.: 1,207
Joined: 17-December 05



I got lost where you open your browser too. I haven't figured it out yet, but I will. confused.gif


--------------------
Just someone looking to improve his skills
PMEmail
Goto Top
tlance
Posted: Apr 11 2006, 08:26 PM
Quote


I love Yvonne
*

Group: Member
Posts: 23
Member No.: 1,025
Joined: 3-October 05



after you upload your pic and got the url, where do you put it? in the CSS style sheet?
PM
Goto Top
jeffro
Posted: May 9 2006, 06:47 PM
Quote


Newbie
*

Group: Member
Posts: 10
Member No.: 1,708
Joined: 9-May 06



This is a wicked tut thanks biggrin.gif
PMEmail
Goto Top
Gorestore
Posted: Jun 2 2006, 10:09 PM
Quote


Newbie
*

Group: Member
Posts: 13
Member No.: 1,750
Joined: 2-June 06



Thanks. I was wondering how to cut images.


--------------------
Hardcore Harp productions copyright © 2006.
PMEmail
Goto Top
Blaze
Posted: Mar 17 2007, 06:39 PM
Quote


[root@localhost]:
*

Group: Member
Posts: 16
Member No.: 2,167
Joined: 16-March 07



Thanks. I've been needing a tutorial like this for the contstruction of a web site.


--------------------
user posted image
PMEmail
Goto Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:

Topic Options Add ReplyAdd New TopicAdd New Poll



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.6083 seconds | Archive
The Art of Entertainment!
Vote for Us

Imusion Studio - Free Web Templates, Photoshop Tutorials, Forum Skins and much more