Photoshop nav bar

  • #1
Dave Ritche
70
6
Hello everyone!
I was watching a video on youtube on designing a menu/nav bar and i digested it so well but i couldn't understand how they assign links to the different menu items like "Home" or "About" etc...
Another thing that can we design a drop-down menu from this Photoshop desiginated Nav bar?
Thanks in advance...
 

Answers and Replies

  • #2
DaveC426913
Gold Member
21,453
4,950
What do you mean by 'they assign links to menu items'?
Are you building a webpage?
 
  • #3
Dave Ritche
70
6
Yes for my webpage...
 
  • #4
DaveC426913
Gold Member
21,453
4,950
OK. Thought so.
So, PhotoShop only designs the graphics. You export the buttons and menu items individually as JPGs, PNGs or GIFs. Then you must write HTML code that will reference those individual image files.

<img id="home" src="myImages/home_button.gif"/>
<img id="about" src="myIimages/about_button.gif"/>

As for the dropdown menu, that requires writing either CSS or JavaScript or both.
 
Last edited:
  • Like
Likes Dave Ritche and Silicon Waffle
  • #5
Silicon Waffle
162
203
...
Another thing that can we design a drop-down menu from this Photoshop desiginated Nav bar?
...
The photoshop psd file is only used as an image for you to make a correct measurement of every object to be built on your page e.g its margins, paddings, width and height etc. So with drop-down menus, you have to obtain the images of them when the mouse is over the main nav item in advance to create your menu stylesheet.
 
  • Like
Likes Dave Ritche

Suggested for: Photoshop nav bar

Replies
4
Views
2K
  • Last Post
Replies
2
Views
1K
Replies
20
Views
2K
  • Last Post
Replies
7
Views
6K
  • Last Post
2
Replies
37
Views
5K
Replies
5
Views
4K
  • Last Post
Replies
3
Views
3K
Replies
3
Views
1K
  • Last Post
Replies
4
Views
2K
Top