CART

Login

How to create simple metallic menu bar using Gimp

menu-bar

1. Create a new image (ctr + n) with a 600×90 pixel and set a rectangular guide using the ruler. Just drag the ruler guide in the top and left portion of the canvas.
step1

 

2. Then we will create a rounded rectangular with a gradient color. Using the ‘Rectangular Select Tool’ (R) with a 12px of rounded corners, drag it to your ruler guide.
step2

 

3. Select ‘Blend Tool’ (L) for our gradient, before that set your foreground color to #7b7b7b and #c1c1c1 as your background color. After you select the blend tool set your ‘gradients’ to FG to BG then drag it to your ruler guide from top to bottom be sure you drag it to the selection area of ‘Rectangular Select Tool’.
step3

 

4. The first gradient will serve as border, now we will create another gradient for the main texture of menu bar, create a new layer (ctr+shift+n) and add another ruler guide about 2px from the edge of the first gradient as you see the image below.
step4

 

5. Same as step 3 we will create another gradient using the same color but we will reverse the pattern of gradient, the first gradient start at the top and now we will drag it from the bottom.
step5

 

And now we’re done in menu bar.
step6

 

6 . And lastly the menu separator creating a nice effect in menu.
step7

 

 

a. Create a new image with a 1x50px. Select ‘Blend Tool’ (L) > ‘Gradient’ > ‘Open the gradient selection dialog’. Or simply press the rightmost button.
step8

 

b. In the gradients dialog create new gradient then right click to it and select ‘Edit Gradient…’

 

c. After you create the new gradient right click in the gradient editor and select ‘Split Segment at Midpoint’.

 

step9

 

d. And it should be look like this, the black arrow is the end point color and we will edit it by selecting each black arrow same as the gradient color of menu bar.
step10

 

e. To edit the color just right click and select ‘Left or Right Endpoint’s Color’ . We set the color midpoint to white(#ffffff) this will create a gradient effect in menu bar.
step11

 

f. In your 1×50 px canvas you can already use this gradient then paste it to your menu bar then duplicate it as many as you want… and then you have it!!!!
step12
Note: the image above is for demo only and not the actual 1×50 pixel of image.

Template Slicing with Gimp

Choosing the right layout
Many web template you can choose but in this tutorial i would prefer the usual and common web layout and this must have a header, navigation area, content area and a footer that you’ll find with all web layouts. With CSS design, you have to remember that you can be as creative as you want as long as you think about how the design will be implemented as a webpage as you go along in your design.
Below is a screenshot of the layout that we will be using. To comply with the standard in web layout As you can see, it consist of a header, content, and a footer.template

1. Surveying Your Layout
template

2. Slicing the area

mds-tpl-slicing-parts
Since Gimp has no slicing tool by default we will use the alternative tool the CROP TOOL or shift+c for shorcut. Now we will slice the image area by area just follow the image below.

sliced-logo

* press the Crop Tool then drag it to the guide portion and it will automatically snap to the ruler then press enter or just click it.
* Just apply this procedure to the remaining images below.

sliced-logo
* After you crop the photo save it as logo.jpg

sliced-banner
*save as banner.jpg

sliced-contentbg
* save as content-bg.jpg
* Since the content-bg.jpg has the same texture form top to bottom we have to repeat this image as I mentioned earlier for the efficiency of the layout.
* For more efficiency I recommend you to cut this image up to 1px of height. I cut this image approximately more or less 25px for tutorial purposes.

sliced-footer
* save as footer.jpg
* Since the bottom part of the main content is not the same with the texture content-bg.jpg we have to slice it separately.

sliced-menu-left
* save as menu-left.jpg

sliced-menu-mid
* save as menu-middle.jpg
* Same as content-bg.jpg we also have to repeat this.

sliced-menu-right
* save as menu-right.jpg

- now were all done! for importing this sliced images to html please read my next blog post. Click here