Horizontal CSS Menu for Blogger Blogs

0 comments
If your template (custom or otherwise) does not already have one, you might want to add a cool horizontal menu to your Blogger blog so that visitors can navigate the content more easily. Not long ago, I happened across an attactive horizontal CSS menu which I would like to make available to you in this post. To add it to your Blogger blog follow the steps below.
Here is a Demo

1. Login to Blogger, then go to Dashboard --> Design --> Edit HTML.

2. Search for (Ctrl + F) the </head> tag.

3. Copy the following code and paste it just before the </head> tag.




IMPORTANT: Please host mainbg.jpg




and navi-bg.jpg











images yourself.

4. Save your template.

5. Now go to Design --> Page Elements and click on "Add a gadget".

6. Select "HTML/JavaScript", then add the code given below.


<ul id="nav">
<li class="current_page_item"><a href="#">Home</a></li>
<li><a href="#" title="#">HTML</a></li>
<li><a href="#" title="#">CSS</a></li>
<li><a href="#" title="#">PHP</a></li>
<li><a href="#" title="#">MySQL</a></li>
<li><a href="#" title="#">About</a></li>
<li><a href="#" title="#">Contact</a></li>
</ul>
<div class="clear"></div>
   


7. Save.

That’s all!

0 comments:

Post a Comment