How To Add Rollover Effect CSS Navigation Menu Bar For Blogger
1. Log in to blogger account2. Now select Template
3. Now Click EDIT HTML Button
4. Find this tag by using Ctrl+F ]]></b:skin>
5. Paste below code Before ]]></b:skin>
#menu12 {6. Go to blogger and click Layout
position:relative;
display:block;
width:350px;}
#menu12 ul {
list-style-type: none;
width: 800px;}
#menu12 ul li {
display: block;
float: left;
width: 200px;
height: 60px;}
#menu12 a, #menu a:visited {
display: block;
width:200px;
height:60px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4JMA0xeEIbExZP-wwKtEJiBihFSW6W24DUMmhGjPn-pyzWX4qMl7sIdVqTyzcL0VcNr3RZs3CiMLJgRtFolFx5cL3VXqTP_pb4EWOx0S4pdjpI8tAEGkmH5v3CTXnlq9RRH1ordPiS3Q/s1600/nav_block.jpg);
background-position:left top;
background-color:transparent;
text-align:center;
color:black;
line-height:60px;
text-decoration:none;
font-family:arial, sans-serif;
font-weight:bold;
margin-top:5px;
font-size:18px;}
#menu12 a:hover {
background-position:left center;
line-height:60px;
overflow:hidden;
color:white;
}
#menu12 a#selected {
background-position:left bottom;
line-height:60px;
}
#menu12 a#selected:hover {
color:white;
}
7. Click Add Gadget and select HTML/Javascript
8. Paste below code
<!--MenuBar Starts-->*Change All # With Your Links.
<div id="menu12">
<ul>
<li><a href="#" id="selected">Home</a></li>
<li><a href="#">Menu Item </a></li>
<li><a href="#">Menu Item </a></li>
<li><a href="#">Menu Item </a></li>
</ul>
</div><!--MenuBar Ends--
9. Now save your HTML/Javascript',Done!
If you have any query regarding Stylish Rollover Effect CSS Navigation Menu Bar for blogger Feel free to ask,just drop your comment below.