
UPDATE: I updated some of my posts, this post I update 17+ Drop Down Menu Widget in Blogger - Horizontal Menus With CSS & HTML Codes........
Instructions To Follow:
STEP #1
Log in to Blogger, go to Layout -> Edit HTML
and mark the tick box "Expand Widget Templates"
STEP #2
Now find (CTRL+F) this code in the template:
Log in to Blogger, go to Layout -> Edit HTML
and mark the tick box "Expand Widget Templates"
STEP #2
Now find (CTRL+F) this code in the template:
<style type='text/css'>
#tabs24 {
float:left;
width:100%;
background:#BBD9EE;
font-size:93%;
line-height:normal;
}
#tabs24 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs24 li {
display:inline;
margin:0;
padding:0;
}
#tabs24 a {
float:left;
background:url("http://3.bp.blogspot.com/_4HKUHirY_2U/SwIsrl_4pRI/AAAAAAAAAMM/6ekfoySymgo/left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs24 a span {
float:left;
display:block;
background:url("http://1.bp.blogspot.com/_4HKUHirY_2U/SwIsvQdvAVI/AAAAAAAAAMU/7BhI82yCGpo/right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
#tabs24 a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FF9834;
}
#tabs24 a:hover {
background-position:0% -42px;
}
#tabs24 a:hover span {
background-position:100% -42px;
}
</style>Note : Please Host above 2 images yourself.
NOW CLICK SAVE TEMPLATE

Add a Gadget of HTML/JavaScript type.
<div id="tabs24"> <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>
RSS Feed
Twitter
admin
7:43 PM










0 Responses So Far:
Post a Comment