Tutorial blogspot - Design Graphic, Tips & Trik Seo, Pogram Dev C++,Mobile Legends and Playstation 2 & 3 - Download Software dan Hal hal yang menarik

Kamis, 05 Maret 2015

Cara membuat menu dropdown di menu navigasi blog

Cara membuat menu dropdown di bawah header blogspot - Rasanya kurang indah jika blog kita tidak memiliki menu dropdown di bawah header oleh karena itu ane akan memberikan tips cara membuat menu dropdown di bawah header blogspot yang mana sebelum ane memposting artikel ini ane juga sudah berbagi dengan sobat blogger semua tentang cara membuat header logo blog

Cara membuat menu dropdown di bawah header blogspot :


1. Masuk ke akun blogger agan -> klik Template -> Edit HTML
2. Centang “Expand Widget Templates ”
3. Lalu agan cari kode ]]></b:skin> ( gunakan Ctrl + F untuk memudahkan proses pencarian ) 
4. Terus taruh script di bawah ini tepat diatas kode ]]></b:skin>

#catmenucontainer{
height:33px;
width:1000px;
margin:0 auto;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIGKPIZxrC0WFhuWIYVAmzChQL40WgkSf4rnG2zKefeT-S-fSPl0IfocSHS7UbU60rj6fcFF_KQhWXJKQ5_s2oA74NRzlKoho4txYiHlTacIzPcqI_cOK2pK0Gl4bMdqBovNf_KtMmLQJj/s1600/2.gif) repeat-x;
display:block;
padding:0px 0 0px 0px;
font-size:12px;
font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
font-weight:normal;
border-top:1px solid #252424;
}
#catmenu{
margin: 0px;
padding: 0px;
width:1000px;
background:#252525 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_9Oca5jPDZZNOtimc-ASF8045OgnCTDP35jsrsdVdPbhRO98cT5sECGnV34s2F9Xz64aomAyFL9Q60PeILxWrcoEukjIZzOeE1UtnrtYX580_n5VNypS__Wbj6A-YUoLMGzL3tShF5IC4/) repeat-x;
height:33px;
}

#catmenu ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}

#catmenu li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}

#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
color: #fae7df;
display: block;
margin: 0px;
padding: 9px 10px 10px 10px;
}

#catmenu li a:hover, #catmenu li a:active {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_zJV3l4ZfJl9J8l2iZTBukRr-Cg7v7_WCisUXa3xK5F9eDvdEp_9XWbTTuDvcg5rTpVX3ZLC0RJG3k-qNHQ4ixoG_IivxqVHhr_vMiG2oCzvcwRNe-ib_Ezd6Pxj-A8VgDalRzaZg_iDB/) repeat-x;
color: #fff;
margin: 0px;
padding: 9px 10px 10px 10px;
text-decoration: none;
}

#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
background:#ED4A05;
width: 150px;
color: #fae7df;
font-family:Tahoma,century gothic,Georgia, sans-serif;
font-weight: normal;
float: none;
margin: 0px;
padding: 9px 10px 10px 10px;
border-bottom: 1px solid #FF7800;

}

#catmenu li li a:hover, #catmenu li li a:active {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_zJV3l4ZfJl9J8l2iZTBukRr-Cg7v7_WCisUXa3xK5F9eDvdEp_9XWbTTuDvcg5rTpVX3ZLC0RJG3k-qNHQ4ixoG_IivxqVHhr_vMiG2oCzvcwRNe-ib_Ezd6Pxj-A8VgDalRzaZg_iDB/) repeat-x;
color: #fff;
padding: 9px 10px 10px 10px;
}

#catmenu li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 170px;
margin: 0px;
padding: 0px;
}

#catmenu li li {
}

#catmenu li ul a {
width: 140px;
}

#catmenu li ul a:hover, #catmenu li ul a:active {
}

#catmenu li ul ul {
margin: -34px 0 0 170px;
}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul,
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
left: -999em;
}

#catmenu li:hover ul, #catmenu li li:hover ul,
#catmenu li li li:hover ul, #catmenu li.sfhover ul,
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
left: auto;
}

#catmenu li:hover, #catmenu li.sfhover {
position: static;
}

5. Kemudian agan cari kode  <div id='content-wrapper'> 
6. Copy kode dibawah ini dan paste tepat dibawah kode <div id='content-wrapper'>

<div id='catmenucontainer'>
<div id='catmenu'>

<ul>
<li><a href='http://NAMA LINK BLOG ANDA/'>Home</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1-1</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1-2</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-1-3</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2</a>
<ul class='children'>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2-1</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2-2</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2-2</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-2-3</a></li>
</ul>
</li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-3</a></li>
<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-4</a></li>
</ul>



</div>
</div>

<div class='clear'/>
7. Klik Pratinjau/Preview terlebih dulu sebelum di SAVE template nya, jika sudah berhasil maka klik Save/Simpan. 

42 komentar:

  1. I'm so happy to read this. This is the kind of manual that needs to be given and not the random misinformation that's at the other
    blogs. Appreciate your sharing this best doc.

    BalasHapus
  2. Thanks so much for giving us an update on this matter on your web
    page. Please realize that if a completely new post becomes available or if perhaps
    any variations occur on the current posting, I would be thinking about reading more and finding out how to make good use of those tactics you
    reveal. Thanks for your time and consideration of other individuals by
    making this website available.

    BalasHapus
  3. Thanks designed for sharing such a good thought, article is fastidious,
    thats why i have read it fully

    BalasHapus
  4. That is a good tip particularly to those new to the blogosphere.
    Brief but very precise information... Appreciate your sharing this
    one. A must ead article!

    BalasHapus
  5. Spot on with this write-up, I absolutely tnink this website
    nereds much more attention. I'll probably be returning tto read more, thanks for the information!

    BalasHapus
  6. When someone wreites an article he/she keeps the plan of
    a user in his/her brain that how a user can know it. Therefore that's why this article
    is amazing. Thanks!

    BalasHapus
  7. Thanks for the sensible critique. Me & my neighbor were just preparing
    to do some research about this. We got a grwb a book from our local library but I think I learned more
    from this post. I'm very glad to see such fantastic info being shared freely out there.

    BalasHapus
  8. Highly energetic post, I enjoyed that a lot. Will there be a part 2?

    BalasHapus
  9. This post is invaluable. Where can I find
    out more?

    BalasHapus
  10. I simply needed to thank you very much all over again. I do not know
    the things I would've tried in the absence of the actual suggestions
    revealed by you on such a industry. Previously it was a very daunting issue for me personally, but coming across a new well-written way you
    solved it made me to leap with delight. I'm happier for the information and in addition hope that you know what
    a powerful job you're getting into instructing most people with the
    aid of your web site. I know that you've never got
    to know all of us.

    BalasHapus
  11. Hello to every one, the contents existing at
    this web site are really remarkable for people experience, well, keep up the good work fellows.

    BalasHapus
  12. First of all I want to say great blog! I had a quick question which I'd
    like to ask if you do not mind. I was curious to find out
    how you center yourself and clear your thoughts prior to writing.
    I've had difficulty clearing my thoughts in getting my ideas out.
    I do take pleasure in writing but it just seems like the first 10 to 15
    minutes are wasted simply just trying to figure out how to
    begin. Any ideas or hints? Cheers!

    BalasHapus
    Balasan
    1. if u want to ask me.

      in my gmail = reguwel98@gmail.com

      Hapus
    2. well before I wrote this article I prayed that I would pray first to ask the Lord Jesus for instructions

      Hapus
  13. Hmm is anyone else having problems with the pictures on this blog loading?

    I'm trying to figure out if its a problem on my end or if
    it's the blog. Any responses would be greatly appreciated.

    BalasHapus
  14. If some one wishes to be updated with newest technologies therefore he must be pay a quick visit
    this web page and be up to date all the time.

    BalasHapus
  15. hey there and thank you for your info - I've definitely picked up something new from
    right here. I did however expertise some technical
    points using this web site, as I experienced to reload the site many times previous to
    I could get it to load properly. I had been wondering if
    your hosting is OK? Not that I am complaining, but sluggish loading
    instances times will sometimes affect your placement in google and can damage your high-quality score if advertising and marketing with Adwords.

    Well I am adding this RSS to my e-mail and can look out for much more of your respective fascinating
    content. Ensure that you update this again very soon..

    BalasHapus
  16. Aw, this was a really good post. Taking the time and actual effort to produce a superb article...
    but what can I say... I procrastinate a lot and never seem to
    get nearly anything done.

    BalasHapus
  17. You ought to be a part of a contest for one of the most useful
    blogs on the internet. I will recommend this
    blog!

    BalasHapus
  18. Hello, i think that i saw you visited my web site thus i came to ?return the favor?.I am trying to find things to
    enhance my website!I suppose its ok to use some of your ideas!!

    BalasHapus
  19. These are actually enormous ideas in regarding blogging. You have touched some pleasant things here.
    Any way keep up wrinting.

    BalasHapus
  20. Good post.Ne'er knew this, regards for letting me know.

    BalasHapus
  21. Perfectly indited written content, thank you for selective information.

    BalasHapus
  22. Oh my goodness! Awesome article dude! Thanks, However I am experiencing problems with
    your RSS. I don't know the reason why I cannot subscribe to it.
    Is there anybody having the same RSS problems? Anyone who knows the solution will you kindly respond?

    Thanx!!

    BalasHapus
  23. Just wish to say your article is as astounding. The clearness in your post is simply spectacular and i could assume you are an expert on this subject.

    Fine with your permission let me to grab your feed to
    keep up to date with forthcoming post. Thanks a million and please carry on the rewarding work.

    BalasHapus
  24. I have learn some good stuff here. Certainly price bookmarking for revisiting.
    I surprise how much attempt you put to make this kind
    of magnificent informative website.

    BalasHapus
  25. Wow, awesome blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your web site
    is excellent, let alone the content!

    BalasHapus
  26. A lot of thanks for your entire hard work on this
    web page. My mum takes pleasure in getting into internet research and it's obvious why.
    Most of us notice all regarding the dynamic way you provide priceless
    tactics through your web site and even attract contribution from website visitors on the concept while my girl is always
    studying a lot. Have fun with the rest of the new year.
    You're the one doing a dazzling job.[X-N-E-W-L-I-N-S-P-I-N-X]I
    am really inspired with your writing skills and also with the structure on your blog.
    Is this a paid topic or did you modify it your self?

    Anyway keep up the nice high quality writing, it is uncommon to
    look a nice blog like this one today.

    BalasHapus
  27. It's actually a great and useful piece of info. I'm glad that you simply shared this helpful info
    with us. Please keep us informed like this. Thanks for sharing.

    BalasHapus
  28. Very nice info and straight to the point. I don't know if this is in fact the best place to ask but do you people have any
    thoughts on where to hire some professional writers?
    Thanks in advance :)

    BalasHapus
  29. I'm extremely inspired along with your writing skills as well as with
    the layout in your weblog. Is that this a paid subject matter or did you modify it yourself?

    Anyway keep up the nice high quality writing, it is rare to see
    a nice weblog like this one nowadays.

    BalasHapus
  30. I must get across my admiration for your kind-heartedness for visitors who actually need help on that matter.
    Your personal commitment to passing the solution up and down appears to be astonishingly invaluable and has truly helped
    somebody like me to arrive at their aims. Your personal valuable suggestions entails
    a whole lot a person like me and still more to my fellow workers.
    Warm regards; from each one of us.

    BalasHapus
  31. Hiya, I am really glad I have found this info. Today bloggers publish only about gossips and net and
    this is actually irritating. A good website with exciting content,
    this is what I need. Thanks for keeping this website,
    I will be visiting it. Do you do newsletters?
    Can't find it.

    BalasHapus
  32. Very well written post. It will be beneficial to everyone
    who utilizes it, including myself. Keep doing what you are
    doing - for sure i will check out more posts.

    BalasHapus
  33. Attractive part of content. I simply stumbled upon your weblog and in accession capital to assert that I
    acquire in fact enjoyed account your blog posts.
    Anyway I'll be subscribing for your augment and even I success you access
    persistently rapidly.

    BalasHapus
  34. Thanks for finally talking about >"Cara membuat menu dropdown di menu navigasi blog" <Loved it!

    BalasHapus
  35. Outstanding quest there. What happened after? Thanks!

    BalasHapus
  36. As I website owner I think the content here is very wonderful, thanks
    for your efforts.

    BalasHapus
    Balasan
    1. waoww...thank you my brother,, btw where you from bro?
      you're really intresting

      Hapus

masukkan komentar anda
dengan komentar anda kami bisa tau apa kekuranganya..
jangan sungkan-sungkan ya sob