2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just before the </head> tag .
<style type='text/css'>
#tabs20 {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
}
#tabs20 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs20 li {
display:inline;
margin:0;
padding:0;
}
#tabs20 a {
float:left;
background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLUYqUVe1crfE4QH5U1TcHelO1ImEkd1yWfFmDU183Z1mnzbCu1oWGi4pTMDn3tqnRoJR9BY2clk9ZxVfTv1Lq6cXr95zM7iD_fTGV-NyYXChyphenhyphenyabTFliY39ZZ42wmg_0jGW9R97bmujwH/") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs20 a span {
float:left;
display:block;
background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitR0ynue5S0h8A8iSFK9o54PTWuPzsJ8PEtN-ECqlrnVBXb4PS3OXAjSiBHe9L1v93EVt_QcCcGDCCtgzLlYV_4jw5Nu-KpEwh7Msj9WmSpP00m-9-rqathkSaWnBnILsYDxrGMJhja4We/") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
#tabs20 a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span {
color:#FFF;
}
#tabs20 a:hover {
background-position:0% -42px;
}
#tabs20 a:hover span {
background-position:100% -42px;
}
</style>
Note : Please Host above 2 images yourself.
4.Save your template.
5.Now Go to Layout-->Page Elements and click on "Add a gadget".
6.Select "html/java script" from header section and add the code given below and click save.
<div id="tabs20">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>HTML</span></a></li>
<li><a href="#"><span>CSS</span></a></li>
<li><a href="#"><span>Java Script</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="#"><span>Contact</span></a></li>
<li><a href="#"><span>Privacy Policy</span></a></li>
</ul>
</div>
7.Now you are done.It will look like this:

CSS Horizontal Menu For Website/blog
No comments:
Post a Comment