Blogger'a CSS Dikey Menü Ekle


Blogunuzda dikey menu kurmanızı sağlar.

Blogger kontrol panelinizdeyken sırasıyla " Şablon >> HTMLyi düzenle " tıklayın. CTRL ve F kombinasyonu'nu kullanarak sayfada " ]]></b:skin> " aratın ve bu kodun üstüne aşağıda verilen kodu ekleyin.;
<style type="text/css">
.mbw_menu{
width: 190px; /*width of menu*/
}
.mbw_menu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(http://img407.imageshack.us/img407/6162/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.mbw_menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.mbw_menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.mbw_menu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.mbw_menu ul li a:visited{
color: black;
}
.mbw_menu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
</style>
.mbw_menu{
width: 190px; /*width of menu*/
}
.mbw_menu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(http://img407.imageshack.us/img407/6162/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.mbw_menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.mbw_menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.mbw_menu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.mbw_menu ul li a:visited{
color: black;
}
.mbw_menu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
</style>
Şimdide kontrol panelinizdeyken sırasıyla " Yerleşim >> Gadget ekle " tıklıyoruz. Açılan mini pencereden " HTML/JavaScript ekle " ye tıklıyoruz. Açılan pencereye aşağıdaki kodları ekliyoruz.
<div class="mbw_menu">
<h3 class="headerbar">Kategoriler</h3>
<ul>
<li><a href="buraya link">Anasayfa</a></li>
<li><a href="buraya link">BabaSayfa</a></li>
<li><a href="buraya link">Resimler</a></li>
<li><a href="buraya link">Videolar</a></li>
<li><a href="buraya link">Makaleler</a></li>
<li><a href="buraya link">E-Book</a></li>
<li><a href="buraya link">Gazeteler</a></li>
<li><a href="buraya link">Diğer</a></li>
</ul>
</div>
<h3 class="headerbar">Kategoriler</h3>
<ul>
<li><a href="buraya link">Anasayfa</a></li>
<li><a href="buraya link">BabaSayfa</a></li>
<li><a href="buraya link">Resimler</a></li>
<li><a href="buraya link">Videolar</a></li>
<li><a href="buraya link">Makaleler</a></li>
<li><a href="buraya link">E-Book</a></li>
<li><a href="buraya link">Gazeteler</a></li>
<li><a href="buraya link">Diğer</a></li>
</ul>
</div>
Yazıyla alakalı etiketler;
blogger, blogspot, blog, eklenti, widget, gadget, eklenti, eklentiler, eklentileri, eklentisi
blogger eklenti, blogspot eklenti, blogger eklentisi,
blogger eklentileri, blogger eklentiler, blogger widget, blogger widgets, blogger gadget,
blogger 2015, blogger 2016, blogger eklenti indir, blogger kodu, blogger kodları,
Diğer Başlıklar
Etiket:
blogger,
Blogger Eklenti,
Blogger Eklentileri,
blogger eklentisi,
Blogger Widget,
eklenti,
menuler,
widget
