Showing posts sorted by relevance for query design-responsive-drop-down-menu-in-blogger. Sort by date Show all posts

Responsive Drop Down Sajian Murni Css Html Tanpa Javascript

Responsive Drop down Menu Murni CSS HTML Tanpa Javascript sehingga fast loading dan tidak akan error alasannya ialah bentrok aba-aba script. (Lihat Demo)

Responsive Drop down Menu Murni CSS HTML Tanpa Javascript sehingga fast loading dan tidak  Responsive Drop Down Menu Murni CSS HTML Tanpa Javascript

Add a Responsive Menu To Blogger

  1. Go To blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Search for these lines or similar. These lines of code exist at the top section of your template
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
Replace all the above code with our custom Meta ViewPort code:
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>

I have also included a UTF-8 character set for using some Special characters instead of images.

   5. Now Search for </b:skin>.  Click the black arrow to expand the code.

   6.  Paste the following Styles just above </b:skin>
/*-----Responsive Drop Down Menu by MBT ----*/
body {
margin: 0px;
}
#menu{
background: #50B7DC;
color: #FFF;
height: 40px;
border-bottom: 2px solid #DDD;
box-shadow: 1px 2px 9px #B1B1B1;
border-top: 2px solid #DDD;
}
#menu ul,#menu li{margin:0 auto;padding:0 0;list-style:none}
#menu ul{height:45px;width:1024px}
#menu li{float:left;display:inline;position:relative;font:bold 0.9em Arial;text-shadow: 1px 2px 4px #838383;}
#menu a{display: block;
line-height: 40px;
padding: 0 14px;
text-decoration: none;
color: #FFF;
}

#menu li a:hover{
color: #E4E4E4;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
background: #5FC6EB;
}
#menu input{display:none;margin:0 0;padding:0 0;width:80px;height:30px;opacity:0;cursor:pointer}
#menu label{font:bold 30px Arial;display:none;width:35px;height:36px;line-height:36px;text-align:center}
#menu label span{font-size:16px;position:absolute;left:35px}
#menu ul.menus{
height: auto;
overflow: hidden;
width: 170px;
background: #50B7DC;
position: absolute;
z-index: 99;
display: none;
}
#menu ul.menus li{
display: block;
width: 100%;
font:normal 0.8em Arial;
text-transform: none;
text-shadow: none;
border-bottom: 1px dashed #31AFDB;
}
#menu ul.menus a{
color: #FFF;
line-height: 35px;
}
#menu li:hover ul.menus{display:block}
#menu ul.menus a:hover{
background: #5FC6EB;
color: #FFF;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
@media screen and (max-width: 800px){
  #menu{position:relative}
  #menu ul{background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
  #menu ul.menus{width:100%;position:static;padding-left:20px}
  #menu li{display:block;float:none;width:auto; font:normal 0.8em Arial;}
  #menu input,#menu label{position:absolute;top:0;left:0;display:block}
  #menu input{z-index:4}
  #menu input:checked + label{color:white}
  #menu input:checked ul{display:block}
}

Customization:
  • To change the sajian background edit:#50B7DC
  • To change the background color on hover edit: #5FC6EB
   7.  Now search for <body>    Just below it paste the follow code which will create the sajian structure:

<nav id='menu'>
<input type='checkbox'/>
<label>&#8801;<span>My&#160;Blogger&#160;Tricks</span></label>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Drop Down <font size='1'>&#9660;</font></a>
<ul class='menus'>
<li><a href='#'>Tab 1</a></li>
<li><a href='#'>Tab 2</a></li>
<li><a href='#'>Tab 3</a></li>
<li><a href='#'>Tab 4</a></li>
<li><a href='#'>Tab 5</a></li>
<li><a href='#'>Tab 6</a></li>
</ul>
</li>
<li><a href='#'>Contact</a></li>
<li><a href='#'>Drop Down <font size='1'>&#9660;</font></a>
<ul class='menus'>
<li><a href='#'>Tab 1</a></li>
<li><a href='#'>Tab 2</a></li>
<li><a href='#'>Tab 3</a></li>
</ul>
</li>
<li><a href='#'>Advertise</a></li>
       </ul>
    </nav>
Customization:
  • Replace the text My Blogger Tricks with your blog title.
  • To add spaces between words use the unicode &#160;
  • I am sure you know how to create new tabs but to create a tab for a drop down list use the following format:
Paste the following code below <ul> or above </ul> to create a drop down list:
<li><a href='#'>Drop Down <font size='1'>&#9660;</font></a>
<ul class='menus'>
<li><a href='#'>Tab 1</a></li>
<li><a href='#'>Tab 2</a></li>
</ul>
</li>
The above sajian will create only one drop down list and not multi-level drop down lists because it makes no sense to complicate the design layout for mobile devices. Keeping it simple is best.
  8.  finally save your template and you are all done!

Sumber

Magone - Template Blog Seo Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik
MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

TEMPLATE blogger gaya majalah (magazine style) sangat banyak, pake banget :)

Kita dibentuk resah memilihnya. Namun, dari sekian banyak magazine blogger template, aku melihat Template MagOne ini merupakan yang terunik sekaligus akhirnya terbaik dari sisi desain.

Dari sisi ke-SEO-annya masih harus diuji atau sanggup dimodifikasi lagi, contohnya dari Meta Tags dan Speed atau kecepatan loading.


Keunikan MagOne yang tidak dimiliki template magazine lainnya ialah All in One Header. Headernya sangat unik, hidangan navigasi, logo, dan widget media umum menyatu di header, plus kotak pencarian.
Keunikan kedua ialah footernya yang juga lain daripada yang lain. Simple but cool. Sederhana tapi keren.

Halaman dalam (single post) lebih unik lagi. Selain menampilkan gambar ukuran full, di bab bawah judul ada space iklan (AdSense), ringkasan, dan Related Post. Ini jarang ada di template blog lainnya, bahkan mungkin gres MagOne yang desainnya ibarat itu.

Berikut ini detail MagOne Blogger Template yang sangat unik dan keren.


 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

 dari sekian banyak magazine blogger template MagOne - Template Blog SEO Friendly & Responsive Magazine Style Terbaik

Main Features

  • Drag and Drop Widget Builder: only need to change parameters then move widgets to any where to make any layout you want.
  • Flexible Menu Navigation: supports drop-down, link group mega, label content mega, and icons.
  • Responsive: passed all Goolge mobile friendly tests. Working well 100% with any mobile and tablet devices.
  • Multiple Comment Systems: Facebook, Google+, Blogger and Disqus comment systems are all ready to work.
  • Custom Archive Page Designs: pick any design for label / search / archive pages as you want with professional navigation buttons.
  • Custom Post Title Design: easy changing your post main title design with default editor of Blogger.
  • Support Sub Post Title: you can add subtitle of post and pick custom style for it.
  • Smart Breadcrumb: not similar breadcrumb of other templates, our breadcrumb will show labels as exactly order automatically.
  • Widgets Ready: template has a lot of built-in widgets: article widgets (slider, sticky, complex, carousel, one column, two columns, three columns, blogging, left and right), quote image widgets, flexible popular widgets.
  • Post Pagination: you can split long post content to pages with simple shortcode.
  • Reactions, Locations, Share Buttons, Author Box, Related Posts are all ready: we don’t miss any thing for your article content, just focus to your content, we will handle your site interface.
  • Fully Template Designer: support most of features from Blogger advance customizer. This template has flexible width also.
  • Template Options: have friendly UI for changing template options easily through SpotSettings tool.
  • Multilingual Ready: template supports SpotLingo to translate to any languages easily and compatible with any RTL languages.
  • Support Service: well documentation and have many ways to support (remote desktop, login as member, email directly).
Bagaimana mendapat template tersebut? MagOne ialah template premium seharga US$21. Anda sanggup membeli atau mendapatkannya di Envanto. Wasalam. (http://blogromeltea.blogspot.com).*