Membuat Menu Drop Down Dengan CSS3 di Blog

Blogger Pemula, CSS3, Tutorial Blog, Menu Drop Down

Drop Down CSS3

Membuat Menu Drop Down Dengan CSS3 di Blog - Ass. wr. wb. Kali ini saya kembali lagi akan membagikan tutorial blog, yaitu cara "Membuat Menu Drop Down Dengan CSS3 di Blog". Tutorial ini memang sudah banyak diposting ke dunia maya oleh blog-blog yang sudah terindex di mesin telusur. Namun dengan Alasan "Melengkapi", saya akan membuat label tersendiri untuk tutorial blog di blog ini.

Nah, Bagi Para Blogger yang ingin mengganti Menu Drop Down-nya bisa di simak cara di bawah ini :

1. Masuk ke Dashboard Blogger Anda
2. Klik Template >> EDIT HTML (Sebelum Itu Back Up Template Blog Anda untuk berjaga-jaga ketika ada kesalahan.
3. Letakkan Kode/Script berikut ini tepat diatas kode ]]></b:skin>

 /* CSS3 Drop Down Menu by Motivation*/ 
#nav { float: left; font: bold 12px Arial, Helvetica, Sans-serif; border: 1px solid 
#121314; border-top: 1px solid 
#2b2e30; overflow: hidden; width: 100%; background: 
#3C4042; background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,63,65)), color-stop(0.55, rgb(72,76,77)), color-stop(0.78, rgb(75,77,77)) ); background: -moz-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset; } 
#nav ul { margin: 0; padding: 0; list-style: none; } 
#nav ul li { float: left; } 
#nav ul li a { float: left; color: 
#d4d4d4; padding: 10px 20px; text-decoration: none; background:
#3C4042; background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,63,65)), color-stop(0.55, rgb(72,76,77)), color-stop(0.78, rgb(75,77,77)) ); background: -moz-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset; border-left: 1px solid rgba(255, 255, 255, 0.05); border-right: 1px solid rgba(0,0,0,0.2); text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); } 
#nav ul li a:hover, 
#nav ul li:hover > a { color: 
#252525; background: 
#3C4042; background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) ); background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% ); background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% ); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px 
#000; } 
#nav li ul a:hover, 
#nav ul li li:hover > a { color: 
#2c2c2c; background: 
#5C9ACD; background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) ); background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% ); background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% ); border-bottom: 1px solid rgba(0,0,0,0.6); border-top: 1px solid 
#7BAED9; text-shadow: 0 1px rgba(255, 255, 255, 0.3); } 
#nav li ul { background: 
#3C4042; background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) ); background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% ); background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% ); left: -999em; margin: 35px 0 0; position: absolute; width: 160px; z-index: 9999; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; border: 1px solid rgba(0, 0, 0, 0.5); } 
#nav li:hover ul { left: auto; } 
#nav li ul a { background: none; border: 0 none; margin-right: 0; width: 120px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-bottom: 1px solid transparent; border-top: 1px solid transparent; } .nav ul li ul { position: absolute; left: 0; display: none; visibility: hidden; } .nav ul li ul li { display: list-item; float: none; } .nav ul li ul li ul { top: 0; } .nav ul li ul li a { font: normal 13px Verdana; width: 160px; padding: 5px; margin: 0; border-top-width: 0; border-bottom: 1px solid gray; } 
#nav li li ul { margin: -1px 0 0 160px; visibility: hidden; } 
#nav li li:hover ul { visibility: visible; } /* CSS3 Drop Down Menu by Motivation*/


4. Setelah di Simpan Klik Tata Letak >> Add Gadget >> HTML/JavaScript, lalu Masukkan Kode di Bawah Ini:

<div id="nav">
  <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">Contact Us</a></li>
    <li><a href="#">About Us</a></li>
    <li><a href="#">Tutorials</a></li>
    <li><a href="#">Sitemap</a></li>
    <li><a href="#">Services</a>
    <ul>
      <li><a href="#">Sub Page #1</a></li>
      <li><a href="#">Sub Page #2</a></li>
      <li><a href="#">Sub Page #3</a></li>
      <li><a href="#">Sub Page #4</a></li>
      <li><a href="#">Sub Page #5</a></li>
    </ul>
  </li>
  <li><a href="#">Create This</a></li>
  </ul>
</div>

Ket :
  • Ganti Teks yang Berwarna Hijau dengan alamat url/link sobat
  • Ganti Teks yang Berwarna Biru dengan Nama Judul yang Sobat Inginkan

 DEMO

Nah Itulah artikel Kali Ini, yaitu cara "Membuat Menu Drop Down Dengan CSS3 di Blog". Semoga Bermanfaat. Terima Kasih.

COMMENTS

BLOGGER: 5
  1. boleh ni gan,
    izin dicoa gan.
    klo dipasang ada berpengaruh dengan kecepatan blog apa gak?

    ReplyDelete
  2. Ane Masih Bingung Caranya Gan, Newbie :)

    ReplyDelete
  3. wah bermanfaat banget postignya.. tolong back http://mycareson.blogspot.com/2014/03/jenis-jenis-jaket.html

    ReplyDelete
  4. Masih rada bingung gan, tapi nanti saya pelajari lagi.

    ReplyDelete

Name

Aktor Indonesia,2,Aktris Indonesia,14,Android,15,Animasi,1,Anime,28,Aplikasi,2,Arsitektur,1,Artikel,95,Artikel Bugis,8,Artikel Islami,41,Berita,8,Chineese,2,Desain,1,Elektro,2,Elektronika,2,Film,13,Film Barat,8,Film Indonesia,3,Games,4,Home,1,Image Only,11,Industri,1,IOS,3,Java,1,Kesehatan,71,Komik,50,Komik Lucu Bahasa Indonesia,50,Kontes Menulis,1,Kontes SEO,11,Kuis,1,Kuliah,1,LightHOUSE Indonesia,1,Matematika,1,Models,3,Olahraga,49,Profil Artis,18,Review,3,Review Blog,8,Review Games,3,SEO,11,Sepak Bola,60,Simulasi,1,Smartphone,2,Software,1,Story,1,Teknologi,74,Telekomunikasi,1,Template Blog,8,Tes,1,Tips Blogging,13,Tips dan Trik,23,Tokoh,18,Top 10,142,Top 5,28,Tutorial Blog,95,Unik,370,
ltr
item
UShare Blog: Membuat Menu Drop Down Dengan CSS3 di Blog
Membuat Menu Drop Down Dengan CSS3 di Blog
Blogger Pemula, CSS3, Tutorial Blog, Menu Drop Down
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4T72o8cCoQFw1-Zbhu9uvtAmCoRVLrNLgDoiuDbfdnYZyZL7nQJe4vKdDQs5da3r_5kHmqW0V6MeMbBPG0oR6b0bx57b_JO5qd3qIbNWHA30D5i96e6sym2eQX0bHq5LrksB4E84odseg/s1600/css3-drop-down.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4T72o8cCoQFw1-Zbhu9uvtAmCoRVLrNLgDoiuDbfdnYZyZL7nQJe4vKdDQs5da3r_5kHmqW0V6MeMbBPG0oR6b0bx57b_JO5qd3qIbNWHA30D5i96e6sym2eQX0bHq5LrksB4E84odseg/s72-c/css3-drop-down.jpg
UShare Blog
http://utility-share.blogspot.com/2014/04/membuat-menu-drop-down-dengan-css3-di.html
http://utility-share.blogspot.com/
http://utility-share.blogspot.com/
http://utility-share.blogspot.com/2014/04/membuat-menu-drop-down-dengan-css3-di.html
true
7805869321094886971
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content