Sunday, February 7, 2010

Top 10 Widely Used Image Hover Effects In Blogosphere!

7 Comments so far

 Image-Hover-Effect-for-blog You might have seen a roll over Image effect in many professional and commercial blogs. By roll over I mean that when you hover your mouse cursor on the Image, the image border colour and style/appearance changes. Well using some simple CSS you can add some amazing effects to your Blog Images. Without wasting any time lets jump straight to the steps to be followed.

This tutorial uses a simple pattern for adding codes i.e First you will need to add a CSS code just above ]]></b:skin> and then you will need to add a small HTML code like class="xyz"  to the image code inside your posts. That’s it! :>

First and Foremost See them in action!

Live Demo :- 10 Amazing Image Hover Effects!



How To Add the Top 10 Amazing Image Mouse Hover Effects To Blogger?

To do this follow these steps,

  1. Go to Blogger > Layout > Edit HTML
  2. Search for ]]></b:skin>
  3. And now paste any of your preferred CSS: code just above ]]></b:skin>

Now whenever you write a post, simply upload an image in your blogger Editor and then switch to the Edit HTML mode and search for this code <img and paste the HTML: code of your preferred Image effect just after <img as shown below,

image-hover-effects

Number #1

CSS:

.simple1 {
  padding:5px;
  border:1px solid #ccc;
  }
.simple1:hover {
  padding:5px;
  background-color:#ccc;
  }

HTML:

class="simple1"

Number #2

CSS:

.simple2 {
  padding:5px;
    background-color:#ccc;
border:1px solid #ddd;
  }
.simple2:hover {
  padding:5px;
   background-color:#eee;
border:1px solid #666;
  }

HTML:

class="simple2"

Number #3

CSS:

.black-white {
  padding:5px;
border:1px solid #ccc;
  }
.black-white:hover {
padding:5px;
  background-color:#fff;
border:10px solid #000;
  }

HTML:

class="black-white"

Number #4

CSS:

.dashed {
  padding:5px;
border:1px solid #ccc;
  }
.dashed:hover {
padding:5px;
  background-color:#fff;
border:2px dashed #000;
  }

 

HTML:

class="dashed"

Number #5

CSS:

.top-bottom {
  padding-top:5px;
  padding-bottom:5px;
border-top:3px solid #ddd;
border-bottom:3px solid #ddd;
  }
.top-bottom:hover {
  background-color:#fff;
border-top:3px solid #000;
border-bottom:3px solid #000;
  }

HTML:

class="top-bottom"

Number #6

CSS:

.curtain {
  padding-top:10px;
  padding-bottom:10px;
border-top:2px solid #ddd;
background-color:#000;
border-bottom:2px solid #ddd;
  }
.curtain:hover {
  background-color:#fff;
border-top:3px solid #000;
border-bottom:3px solid #000;
  }

HTML:

class="curtain"

Number #7

CSS:

.red {
  padding:5px;
border:1px solid #ccc;
  }
.red:hover {
padding:5px;
  background-color:#E71305;
border:10px solid #ddd;
  }

HTML:

class="red"

Number #8

CSS:

.Fadein{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;
}
.Fadein:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.30;
opacity: 0.30;
border:0;
}

HTML:

class="Fadein"

Number #9

CSS:

.Fadein2{
filter:alpha(opacity=50);
-moz-opacity: 0.30;
opacity: 0.30;
border:2px solid #000;

}
.Fadein2:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:2px solid #000;
}

 

HTML:

class="Fadein2"

Number #10

CSS:

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{
position: absolute;
background-color: #7AA1C3;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: white;
text-decoration: none;
}
.thumbnail span img{
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 5px;
}

 

HTML: For knowing how to apply this popping effect in detail read this post –> Image Pop-up Effect

<a class="thumbnail" href=""><img src="Add Image URL Here" width="100px" height="100px" border="0px" /><span><img src="Add Image URL Here" /><br /> Image Description here </span></a>

 

You can enjoy playing with these codes using MBT HTML Editor. I hope you will find this tutorial pretty useful in further enhancing your cool blogging experience :>>

Sunday, January 31, 2010

Photoshop Image Editing Basics For Bloggers

8 Comments so far

paint-and-brush Adobe Photoshop is a blessing to designers across the globe. It is the wizard box for creating amazing 2D art effects. This graphic software has several functions and is really advanced but yet easy to use. As bloggers most of us love to share images in our posts but we love it even more if our images appear outstanding. Now to give beautiful effects to your images you just need to give a try to today’s tutorial where we will learn the following great methods of editing images.



  1. Taking Clean and Bright Screenshots From Your Desktop PC using Photoshop
  2. Cropping and Resizing Images
  3. Adding Drop Shadows To Images

First and Foremost Download Adobe Photoshop CS4

Fortunately you can download Adobe Photoshop CS4 for free from MBT Download Page. This version is a portable one which means that you don’t need to install this software. You only need to download it and start using it. That’s it! :>

Taking Clean and Bright Screenshots Using Photoshop

Taking screenshots is really easy and you may wonder what’s new in this tutorial! Actually it is all about taking neat and clean images that may not seem blurred or faded. A professional Screenshot is one that appears with original pixels. Take a look at the screenshot below to get an idea what a clean and bright screenshot looks like,

  MBt-Nav

subscription

Do you see any difference in the appearance of the above screenshots and there original look at MBT? If not then lets learn how to get such clean screenshots :>

Follow these steps,

  1. To capture any screenshot on your desktop simply press the “Print Screen” button at the top right corner of your keyboard usually near the “F” keys.
  2. Now open Adobe Photoshop CS4
  3. Press Ctrl + N and when a mini windows appears hit Ok. This will open a new white window.
  4. Now Press Ctrl + V This will paste the screenshot into that window like this,

Shot1

    5.   To save this image simply press Ctrl + Alt + Shift + S   and a new window will pop up as shown below,

Step2

In the above screenshot you can see a green arrow at top-right-corner pointing towards image format. There are three widely used image formats which are, GIF, PNG and JPEG. Amongst them always give more preference to GIF because this is recommended for fast image load time. Now after you have selected the GIF image format simply hit the Save button and save the image in your hard drive. Done! :>

Now view the image you have saved and you will find that it’s neat and clean but too big to fit your post body. So how would you now resize the image or crop it according to your preferences? Well lets now learn the next step –>

Cropping and Resizing The Screenshot

Here we will learn how to crop/rip the image in order to rip out the only part we want. For instance when you take screenshots, the size of your screenshot is usually equal to the size of your screen resolution i.e 800 x 600 or 1024 x 768 etc. Now suppose that you only need the the portion outlined below as “MY Blogger Tricksshot3

To rip this part do this,

  • At the left side of Photoshop you will find this column,

crop-tool

 

 

Choose the fifth tool (cropper ) as marked above.  Now simply start dragging your mouse cursor over the region that you want to crop/cut. Like this,

make-selection-using-crop-tool

Now simply hit Enter and there you get it! :> Save your cropped Image the same way as described before i.e  Ctrl + Alt + Shift + S

Adjusting Image size:

May be you would prefer to adjust the size of your screenshot by increasing or decreasing the image width and height. To do so follow these steps,

  1. Press Alt + Ctrl + I  and a new window will open as shown below,

image-resizing

      2.    Now the only areas of our interest are those outlined as green and blue

  • The green region is where you set the width and height size in pixels. Note that 1 pixel = 1 dot on a computer screen!
  • Tick all boxes in the blue region. The box with Constrain Proportions will adjust the width and height size in fixed ratio.

      3.   After you have set all width and height dimensions then simply hit the OK button and then press Ctrl + Alt + Shift + S  to save the image in GIF format. That’s it!

Adding Drop Shadows To Images

Note:- This section of the tutorial may look lengthy but it is worth trying =D

Adding drop shadows to images is one of my favorites. With Photoshop you can add colorful shadow effects to your images. Kindly have a look at some example images below,

mbt-LOGO-copy-blue

mbt-LOGO-copy-yellow

mbt-LOGO-copy-black

 

Now to add this effect to any of your image, follow these steps,

1.   Locate the image inside Photoshop by pressing Ctrl + O

2.   After you have selected an image then click the icon at your right as indicated by the green arrow in the image below, 

layers

Then double click the Background as indicated by blue arrow. When a window pops up, simply hit OK

3.    Now click the icon at the bottom as shown below,

create-new-layer

On clicking this icon a new layer will be formed. Press Ctrl + Backspace and the window will be painted white. Now you can see that the new layer is above the background as shown below,

layer-above

You need to drag it down to shift it below the Background layer as shown below,

layer-down

4.    Then choose the selection tool at your left as shown below,

selection-tool

Then click the Background layer to highlight it as shown below,

background-layer

Now drag your cursor on your image in such a way that you may create a dotted rectangle/selection on your image by leaving (not selecting)  the extreme right-edge and bottom, as shown below,

 selection-tool-image

Now press Ctrl + Shift + i to select the region that was left behind in our first selection as shown below,

left-behind-region

Now select the cursor/move tool as shown in the image below,

move-tool

Then hit Delete key in your keyboard and the selected area will turn white, like this,

white

Now the final touch! Right click the Background layer and choose Blending options as shown below,

blending-options

 

A new window will pop up. In that window choose Drop shadow as shown below,

drop-shadow-settings

Important areas to be edited are opacity (set it to 40%), colour (The default is black, set the colour to whatever colour you want) and the Blend Mode (Set as Multiply) 

When you have set your requirements finally hit Ok and your image is ready. Press Ctrl + Alt + Shift + S to save the image in your hard drive.

That’s all!

I hope you may find this tutorial useful and helpful :> I will also try to write one on Photoshop Text Editing to share some cool Text Effects in order to help you create better banners and header backgrounds. Do let me know how you find this one :D

Sunday, January 24, 2010

25 “Vertical” Navigation Menus For Blogger – CSS-HTML Tab Menus

21 Comments so far

25 Navigation Menus Collection! After the release of 30+ Horizontal Navigation Menus, we head forward to a beautiful collection of some of the best looking vertical navigation menus that will put soul to anyone’s weblog or website! I have modified the codes made by Christopher and Highdots and have made them compatible with Blogger. I hope this collection will be of interest to most of you simply because these navigation menu tabs can easily be installed, customized and multiplied! I hope it will be of great help to new designers :>

How To Add A Vertical Navigation CSS Menu To Blogger?

Well the process is as simply as it can be. Simply follow these steps carefully,

  1. Go To Blogger > Layout > Edit HTML
  2. Back-up your template

All Navigation Menus below uses two pieces of codes. One is The CSS code which is responsible for the look and feel of the menus and the second is the HTML code which is responsible for positioning the menus. So lets know where to add each code!

    3.   Paste the CSS code for your selected Menu just above ]]></b:skin>

    4.   For the HTML code there can be two positions either your right sidebar or left sidebar. Depends how many columns you have.

  • If you have a right sidebar then paste the HTML code just below <div id='sidebar-wrapper'>  or this <div id='sidebar-wrapper-right'>
  • If you have a left sidebar then paste the HTML code just below <div id='sidebar-wrapper-left'>

Note:- Since most templates use different coding therefore if you could not find the above codes then don’t worry simply share your blog URL in the comment box and I will view your template coding and will tell you instantly which code to search for!

    5.    Finally save your template and see a beautiful Navigation Menu hanging on your sidebar :D

Editing The Links In The Navigation Menu

To change the Tab Menu Links and Titles, simply edit this bolded part of the HTML code,

<li><a href="#1" >Link 1</a></li>
<li><a href="#2" >Link 2</a></li>
<li><a href="#3" >Link 3</a></li>
<li><a href="#4" >Link 4</a></li>
<li><a href="#5" >Link5</a></li>

Replace #1, #2, #3 etc with your Page Links/URL and replace Link1, Link2, Link3 etc with your Page Titles. If you wish to add or delete a tab then simply add or delete this line from the HTML code,

 

<li><a href="#" >Link</a></li>

 

Live Demo

 

For Live Demo of Other Navigation Menus Simply use our HTML Editor and Copy and Paste the CSS and HTML code at right areas and then start playing with the code :>>

 

See Demos With MBT HTML Editor!

 

Navigation Menu #1

Navigation Menu 1 

CSS CODE:


HTML CODE:


Navigation Menu #2

Navigation Menu 2

CSS Code:


HTML Code:


Navigation Menu #3

Navigation Menu 3

CSS Code:


HTML Code:


 

Navigation Menu #4

Navigation Menu 4

CSS Code:


HTML Code:


Navigation Menu #5

Navigation Menu 5

CSS Code:


HTML Code:


Navigation Menu #6

Navigation Menu 6

CSS Code:


HTML Code:


Navigation Menu #7

Navigation Menu 7

CSS Code:


HTML Code:


Navigation Menu #8

Navigation Menu 8

CSS Code:


HTML Code:


Navigation Menu #9

Navigation Menu 9

CSS Code:


HTML Code:


Navigation Menu #10

Navigation Menu 10

CSS Code:


HTML Code:


Navigation Menu #11

Navigation Menu 11

CSS Code:


HTML Code:


Navigation Menu #12

Navigation-Menu-With-No-image-used

CSS Code:


HTML Code:


Navigation Menu #13

CSS Menu Tabs 13

CSS Code:


HTML Code:


Navigation Menu #14

CSS Menu Tabs 14

CSS Code:


HTML Code:


Navigation Menu #15

CSS Menu Tabs 15

CSS Code:


HTML Code:


Navigation Menu #16

CSS Menu Tabs 16

CSS Code:


HTML Code:


Navigation Menu #17

CSS Menu Tabs 17

CSS Code:


HTML Code:


Navigation Menu #18

 

CSS Menu Tabs 18

CSS Code:


HTML Code:


Navigation Menu #19

CSS Menu Tabs 19

CSS Code:


HTML Code:


Navigation Menu #20

CSS Menu Tabs 20

CSS Code:


HTML Code:


Navigation Menu #21

CSS Menu Tabs 21

CSS Code:


HTML Code:


Navigation Menu #22

CSS Menu Tabs 22

CSS Code:


HTML Code:

Navigation Menu #23

CSS Menu Tabs 24

CSS Code:


HTML Code:


Navigation Menu #24

 CSS Menu Tabs 25

CSS Code:


HTML Code:


Navigation Menu #25

CSS Menu Tabs 26

CSS Code:


HTML Code:



 

That’s All!

Hope you have enjoyed the post. Feel free to ask any question related to these navigation menus. I am happy I fulfilled my promise of publishing this post :>

Sunday, January 17, 2010

How To Inter-link Pages Smartly To Flow The PR Juice To Ever Single Page!

21 Comments so far

Internal-Linking-Seo-Tips I was waiting for this day so that I could show it with prove that how can one easily flow the Google Page Rank Juice to all internal pages. That means that if your homepage has a PR-2 or more you can undoubtedly make most of your internal pages a PR-2 or more ranked pages. You know that most of my pages are either PR-1, PR-2 or PR-3. Only Few authorities have linked to my internal pages but yet you can see that most of my internal pages have the same PR as that of the homepage. If you think this technique of spreading the PR evenly in all internal posts or pages is hectic or may require plenty of hard work then be sure that you have mistaken yourself :>

I have selected randomly just few internal pages in a hurry which have some PR. You can browse old posts yourself to see it with your own eyes that PR has really been equally shared in most of the MBT pages.

Blogger Templates Page      PR-2

Special Characters Tool      PR-1

Read More Link Page            PR-2

Advance Multi Tab Widget      PR-2

Feedback and Back To Top Button Page     PR-2

CSS Color Chart     PR-1

Now there are more example pages as well but I hope these are enough to convince you. Lets know learn how to really make good use of your Homepage PR through the concept of Internal-Linking.

What is Internal Linking Of Pages?

By this term we mean that when you write a post you should make it a habit to link to one of your old post so that the reader may be engaged even further. This linking to your older posts relevantly while writing new posts is termed as Internal Linking. When all pages in your blog are linked to one another, then you will have a fairly optimized blogs which will be loved by search engines while crawling and will be gifted quite often by Google with a cool Page Rank!

In this post I have linked to six pages which are,

  1. Blogger Templates Page 
  2. Special Characters Tool    
  3. Read More Link Page          
  4. Advance Multi Tab Widget     
  5. Feedback and Back To Top Button Page    
  6. CSS Color Chart    

All these pages will enjoy a further flow of PR Juice to them. It doesn’t matter whether the current post I am writing is a PR-0 or more but what is more important are the number of links to a single post from several posts all coming under your main domain which in my case is www.mybloggertricks.com

What Are The Advantages Of Internal Linking?

The main purpose of internal linking is to give your internal pages some Rank which is termed as “Google Page Rank” The advantages of Pages with some PR are,

  • The biggest advantage is that if most of your internal Pages receive some PR then they will rank higher in search engine listings. Thus blessing you with quality Traffic!
  • Pages with some PR are always crawled and indexed within minutes. Google crawls my homepage every 5-6 minutes.
  • Blogs that have good flow of PR to all internal pages are respected by Advertisers and indeed advertising services will offer you handsome adds.
  • And so on

How Should You Start Know?

Now whenever you write a new post make sure to first link to one of your older post which is related to the topic of the current post. For example I often link to my tools while writing a new post. Moreover I always link posts related to one another, like If I am writing a post on a “Advanced Multi Tab Widget” I will certainly link it to one of my previous posts i.e “Multi Tab Widget –The Tabber!”  This way I am able to give every page some importance in the eyes of both the readers and search engines.

If you want to link together some of your already published posts then simply start editing them one by one and add a relevant link to each one of them either at top or at the bottom of the post. Like in this post at the end before concluding the post I can encourage the readers to read another post in this way,

You can also better optimize your posts if you write the Post Tiles smartly. May be you will like this post too –> Importance of Post Title Limit In The Eyes Of search Engines

Internal Link Your Pages Sensibly With Good Keywords

While linking to older posts make sure that you use relevant keywords to describe the content of the post you are linking to. It is a good practice to choose the Post Title as the Link Description. Confused? Let me explain :>

For instance if you wish to link to a post with URL “http://www.mybloggertricks.com/2009/11/11-useful-tips-to-reduce-your-blog-load.html” and Post Title “12 Useful Tips to Reduce Your Blog Load Time”  Then link the URL and title in this way,

 

<a href="http://www.mybloggertricks.com/2009/11/11-useful-tips-to-reduce-your-blog-load.html” > 12 Useful Tips to Reduce Your Blog Load Time</a>

This will appear like this,

12 Useful Tips to Reduce Your Blog Load Time

 

And Avoid Linking your pages with these keywords,

  • Click Here!
  • Go Here!
  • Read this Also
  • Check This Out

All these ways will bring you nothing but waste of time. So I hope you have understood in detail on how to better optimize your internal pages and let search engines better crawl and rank your Blogs.

That’s All!

If anything is still unclear then kindly do not hesitate to post your questions. I love it when you guys ask queries :)

Sunday, January 10, 2010

Add a Customized Three Column Footer Widget In Blogger

39 Comments so far

Three-Column-Footer You might have seen a three column widget at the bottom section of many commercial and professional blogs. Where you can add whatever stuff you like. Take my footer widget as an example. I have added widgets that further keeps the reader busy. This Footer widget contains three columns where each column can accommodate as many widgets as you can add! In order to add such a widget to the bottom section of your blogs and also customize the look and feel of it then lets start learning today’s tutorial.

 

See a screenshot, Three-Column-Footer-Widget

Add This Three Column Widget Inside Your Blogger Templates

Follow these steps,

  1. Go To Blogger > Layout > Edit HTML
  2. Back Up your template
  3. Search for ]]></b:skin>
  4. Just before ]]></b:skin> paste this CSS code,

/* -----   LOWER SECTION   ----- */
#lower {
       margin:auto;
       padding: 0px 0px 10px 0px;
       width: 100%;
       background:#333434;

#lower-wrapper {
       margin:auto;
       padding: 20px 0px 20px 0px;
       width: 960px;

}

#lowerbar-wrapper {
     border:1px solid #DEDEDE;
      
background:#fff;
       float: left;
       margin: 0px 5px auto;
       padding-bottom: 20px;
       width: 32%;
       text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word; 
       overflow: hidden;
}

       .lowerbar {margin: 0; padding: 0;}
       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}

.lowerbar h2 {
      margin: 0px 0px 10px 0px;
       padding: 3px 0px 3px 0px;
       text-align: left;
       color:#0084ce;
        text-transform:uppercase;
      font: bold 14px Arial, Tahoma, Verdana;
       border-bottom:3px solid #0084ce;
}

.lowerbar ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}

.lowerbar li {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px dotted #ccc;
}

 

 

    5.   Now Search For <div id='credits'> and just above this code paste the code below,

<div id='lower'>
<div id='lower-wrapper'>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar1' preferred='yes'>
</b:section>
</div>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar2' preferred='yes'>
</b:section>
</div>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar3' preferred='yes'>
</b:section>
</div>
<div style='clear: both;'/>
</div> </div>

 

 

Note:- If you can not find <div id='credits'> then share your BLOG URL in the comment box so that I could tell you which code should you search for in your template.

6.  Save your template. done!

Now visit the page Layout > Page Elements and start adding widgets! :>>

Customization

You can easily customize the look and colours of the this footer widget. I have bolded the important parts in the CSS code above. Read the descriptions below carefully to better stylize your three column widget. For changing colours use our advanced Colour Code Generator

  • background:#333434;   Changing the six digit colour code will change the background colour of this widget.
  • width: 960px;  This is the width of the widget. If you want you can adjust this width value in accordance with the width of your blog.
  • background:#fff;  and    width: 32%; is the background colour and width of the three columns where the widgets are added.
  • color:#0084ce; This is the Colour of Title Headings
  • font: bold 14px Arial, Tahoma, Verdana;  Edit this to change the font size and family.
  • border-bottom:3px solid #0084ce;   Edit this to change the thickness, style and colour of the border that appears at the bottom of Title Heading
  • border-bottom: 1px dotted #ccc; Editing this will change the size, style and colour of the border that appears below links.

That’s All!

A tutorial on Four Column Footer widget will be posted soon. Till then keep playing with this one :> Do let me know if you needed help. Your questions are more than an honor!

Monday, January 4, 2010

Color Code Generator & Color Wheel For Bloggers

11 Comments so far

color_colorwheel Just to inform you all that for the flexibility and ease of Blogger Template customization, I have published two extremely useful tools that will help you get the hexadecimal color value Or RGB value for any colour you want. These tools are advanced integrated versions of colour pickers used in graphic software like Photoshop. I am more happy than you are because now I don’t need to open Photoshop each time for picking my desired color or eat my brain in finding matching colours :>



I hope you guys will find them really useful. MBT tools are not only useful to you but I personally use them more frequently than anyone else.

 

Color Code Generators



Friday, January 1, 2010

30+ “Horizontal” Navigation Menus For Blogger With CSS & HTML Codes

19 Comments so far

30 High Quality Navigation-Menus Navigation menu or tab menu is the heart of every web page or blog. It provides the path way to all important pages of the website. To create a Navigation menu you must have good knowledge of CSS and HTML. But since more and more designers are sharing their tutorials online, coding has become far easier. I have brought to you a total of 30 High class navigation menus along with their CSS and HTML Codes from across the web. You just need to copy and paste the codes and that’s it!

The Horizontal Navigation Menus below are mostly created by Christopher and Highdots and some by me. I have modified most of the codes in order to make them work in blogger and have also made them pretty easy to be understood by most of you. Further all images are uploaded in my Picasa web album so no effort required on your side.

How To Add These Navigation Menus To Blogger

To add your selected navigation menu to your blogger template follow these steps,

  1. Go To Blogger > Layout
  2. Click Add a Gadget or Add a Page element
  3. Choose HTML/JavaScript widget
  4. Simple Paste the Navigation Menu Code inside HTML/JavaScript widget
  5. Hit Save
  6. Drag HTML/JavaScript widget and drop it just under your Blog Header, as shown below,

Add-Navigation-Menu-In-Blogger

    7.   Finally view your blog to see something hanging below your Blog Header/Logo.

See Live Demo of MBT Navigation Menu #3

To change the links, Edit this part of the HTML in all codes below,

<li><a href="#" ><span>Link 1</span></a></li>
  <li><a href="#" ><span>Link 2</span></a></li>
  <li><a href="#" ><span>Link 3</span></a></li>
  <li><a href="#" ><span>Link 4</span></a></li>
  <li><a href="#" ><span>Link 5</span></a></li>
  <li><a href="#" ><span>Link 6</span></a></li>
  <li><a href="#" ><span>Link 7</span></a></li>

Replace the hash(#) sign with your Page Links /URL and replace Link1, Link2, Link3 etc with your Page Titles. If you wish to add or delete a tab then simply add or delete this line,

<li><a href="#" ><span>Link n</span></a></li>

As a designer I always look for inspiration that can be useful for both my readers and for my designing projects.  I hope the resource below will be of great use to Bloggers from all platforms and to designers. Start choosing your favorite Navigation Menu and do not hesitate to ask me if you needed help in customizing it.

 

Live demo 1 :: Live Demo 2

 

Tip:- To See Demo Of Other Menus, Simply Copy Paste The Code Inside MBT HTML Editor and Hit Preview To See It Live.

MBT Navigation Menu #1

No Image Used

Black-Orange



 

 

MBT Navigation Menu #2

No Image Used

Purple-White-Navigation



 

MBT Navigation Menu #3

No Image Used

Boxed 1



 

MBT Navigation Menu #4

 No Image Used

LIGHT-GREY



MBT Navigation Menu #5

 Bulleted-top-Navigation



 

Tabs Menu #6

Tab Menu I 



Tabs Menu #7

Tab Menu G



Tabs Menu #8

Tab Menu F

CSS CODE:



Tabs Menu #9

No Image Used

ZDnet Emulation



 

Tabs Menu #10

Tab Menu E



Tabs Menu #11

Tab Menu D



Tabs Menu #12

Tab Menu 12

 



Tabs Menu #13

Tab Menu 11 



Tabs Menu #14

Tab Menu 10



Tabs Menu #15

Tab Menu 9



Tabs Menu #16

Tab Menu 6



Tabs Menu #17

Tab Menu 8



Tabs Menu #18

Tab Menu 7



Tabs Menu #19

Tab Menu K



Tabs Menu #20

Tab Menu 4 



Tabs Menu #21

Tab Menu 3 



Tabs Menu #22

Tab Menu 2 



 

Tabs Menu #23

Square 



Tabs Menu #24

 No Image UsedHorizontal Buttons 



Tabs Menu #25

  Tab Menu H

 



 

Tabs Menu #26

Tab Menu 1



Tabs Menu #27

Tab Menu A 



 

Tabs Menu #28

Tab Menu 5



Tabs Menu #29

 Tab Menu B



Tabs Menu #30

Tab Menu J



 

Happy New To All my Readers! I know I could give you no special gift other than my tutorials. This was my last post of year 2009 :>. I thank everyone for making 2009 a memorable year for me. Wishing best of luck to everyone.


 

Recent Posts

Join Me On Facebook

244 Followers

Join The Team!

Licensed Under CC

Creative Commons License

Recent Comments

Follow Me On Twitter

| My Blogger Tricks (MBT) © 2010. All Rights Reserved | Template Style by Mohammad Mustafa Ahmedzai |