Stylish Hover Page HTML-CSS Navigation Menu For Blog And Website

Socialize: 
One of the most important gadget in blog is navigation menu. Navigation menu help to you access your blog category pages, and your blog readers can easy to access your category pages. So now we going to show you how to add stylish animated navigation menu to blogger/blogspot. This navigation menu make your blog attractive and stylish blog.


Features:
1. Simple and very easy to add.
2. Menu with mouse hover effect and awesome look.
3. Easy to add Links and use.

How To Add Navigation Menu To Blogger/Blogspot?
1. Go to Blogger Dashboard by clicking here >Design >Edit HTML
2. Copy the below code and paste before </head>
CSS Code:
<style type='text/css'>
ul#topnav {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 1.1em;
clear: both;
float: left;
width: 99%;
}
ul#topnav li{
margin: 0;
padding: 0;
overflow: hidden;
float: left;
height:40px;
}
ul#topnav a, ul#topnav span {
padding: 10px 20px;
float: left;
text-decoration: none;
color: #fff;
text-transform: uppercase;
clear: both;
height: 20px;
line-height: 20px;
background: #1d1d1d;
}
ul#topnav a { color: #7bc441; }
ul#topnav span {
display: none;
}
ul#topnav.v2 span{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvl5-1FtX29p6znPRp9yNQf4N_khfy69K3yh8JPs8oz-7CyLt5yWv3UiXBnaV0zsd-_ksY-wqIfvS45oFeoeoNk4W6ffiqYK-Ob2EodpfMNSwpMd_0c0ekbx2dsomA86EYVGvRvhwBbWU/s1600/menu-bg-b-w.png) repeat-x left top;
}
ul#topnav.v2 a{
color: #555;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvl5-1FtX29p6znPRp9yNQf4N_khfy69K3yh8JPs8oz-7CyLt5yWv3UiXBnaV0zsd-_ksY-wqIfvS45oFeoeoNk4W6ffiqYK-Ob2EodpfMNSwpMd_0c0ekbx2dsomA86EYVGvRvhwBbWU/s1600/menu-bg-b-w.png) repeat-x left bottom;
}
</style>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
$(&quot;#topnav li&quot;).prepend(&quot;<span/>&quot;); //Throws an empty span tag right before the a tag
$(&quot;#topnav li&quot;).each(function() { //For each list item...
var linkText = $(this).find(&quot;a&quot;).html(); //Find the text inside of the a tag
$(this).find(&quot;span&quot;).show().html(linkText); //Add the text in the span tag
});
$(&quot;#topnav li&quot;).hover(function() { //On hover...
$(this).find(&quot;span&quot;).stop().animate({
marginTop: &quot;-40&quot; //Find the span tag and move it up 40 pixels
}, 250);
} , function() { //On hover out...
$(this).find(&quot;span&quot;).stop().animate({
marginTop: &quot;0&quot; //Move the span back to its original state (0px)
}, 250);
});
});
</script>



4. Then click SAVE TEMPLATE
5. Once again go to Design tab >Page Elements >Add Gadget > HTML/Java Script
6. Copy the below code and paste it

HTML Code:
<div class="container">
<ul id="topnav" class="v2"><center>
<li><a href="#">Home</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">Internet</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Google</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Contact us</a></li>
</center>
</ul>
</div>



Important :- Replace # with your Link and change title your wish.. Save it.

    You may also like...

  • How To Add Facebook Like-Send, Tweet, Google + Button For Blog & Website

    How To Add Facebook Like-Send, Tweet, Google + Button For Blog & Website

    Even though Facebook Like & Send, Twitter Tweet and Google +1 social sharing buttons can be…

  • How to Make your Blogger Blog ready for Mobile Phones

    How to Make your Blogger Blog ready for Mobile Phones

    As you know, millions of people use their mobile phones to access internet. The mobile internet…

  • 20 Top Blog Directory To Submit Your Blog And Get Traffic

    20 Top Blog Directory To Submit Your Blog And Get Traffic

    If You Want Traffic Just Index Your Blog In The Following Directory And Boost Your Views...Here are…

  • Google Translate Flags Widget For Blog And Website

    Google Translate Flags Widget For Blog And Website

    I’m sure that we are all not from the same country, and we all can’t read and understand all…

  • How To Create An HTML Hover Button For Your Blog And Website

    How To Create An HTML Hover Button For Your Blog And Website

    How To Create An HTML Hover Button For Your Blog & Website?Many bloggers like to place buttons…

  • How To Add Mashable Sharing Widget to Blogger And Website

    How To Add Mashable Sharing Widget to Blogger And Website

    How To Add Mashable Sharing Widget to Blogger?Go To Blogger > DesignClick on "Add a…

  • How To Add Flip Over Book With J-Query Effect

    How To Add Flip Over Book With J-Query Effect

    This is the best animated widget to show off your blog/site beauty, you can put you info, links,…

No comments:

Post a Comment

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International