
1. Login ke akun blogger.
2. Kemudian klik Template pilih Edit HTML.
3. Copy kode CSS berikut ini, lalu pasang diatas kode ]]></b:skin> (saya anggap ini untuk pengguna template lama / yang belum valid CSS3, dan untuk yang sudah valid CSS3 saya yakin pasti sudah tahu letak menaruh kodenya).
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} #mega-menu-1 { font: normal 13px Arial, sans-serif; list-style: none; position: relative; padding: 0; margin: 0; } #mega-menu-1 .sub ul { display: block; } #mega-menu-1 { background: #222; width: 100%; height: 40px; position: relative; } #mega-menu-1 li { float: left; margin: 0; padding: 0; font-weight: bold; } #mega-menu-1 li a { float: left; display: block; color: #fff; padding: 12px 25px; background: #222; text-decoration: none; } #mega-menu-1 li.mega-hover a, #mega-menu-1 li a:hover { background: #CCC; color: #000; } #mega-menu-1 li .sub-container { position: absolute; } #mega-menu-1 li .sub { background: #efefef; padding: 15px; border: 1px solid #ccc; } #mega-menu-1 li .sub .row { width: 100%; overflow: hidden; clear: both; } #mega-menu-1 li .sub li { list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal; } #mega-menu-1 li .sub li.mega-hdr { margin: 0 10px 10px 0; float: left; } #mega-menu-1 li .sub li.mega-hdr.last { margin-right: 0; } #mega-menu-1 li .sub a { background: none; color: #111; padding: 7px 10px; display: block; float: none; font-size: 0.9em; } #mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a { padding: 5px 15px; margin-bottom: 5px; background: #6B6B6B; text-transform: uppercase; font-weight: bold; color: #fff; } #mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover { color: #000; } #mega-menu-1 .sub li.mega-hdr li a { padding: 4px 5px; font-weight: normal; } #mega-menu-1 .sub li.mega-hdr li a:hover { color: #a32403; background: #efefef; } #mega-menu-1 .sub ul li { padding-right: 0; } #mega-menu-1 li .sub-container.non-mega .sub { padding: 10px; } #mega-menu-1 li .sub-container.non-mega li { padding: 0; width: 190px; margin: 0; } #mega-menu-1 li .sub-container.non-mega li a { padding: 7px 5px 7px 22px; } #mega-menu-1 li .sub-container.non-mega li a:hover { color: #a32403; background: #efefef; }4. Selanjutnya pasang script jQuery berikut ini diatas kode </head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>5. Langkah terakhir pasang markup HTML berikut ini didalam tag <body> atau bisa juga langsung kedalam widget seperti biasa, klik Tata Letak >> Tambah Widget >> HTML/Javascript paste kode disitu lalu Simpan.
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-1').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'fade'
});
});
</script>
<ul id="mega-menu-1" class="mega-menu">Keterangan:
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Ganti “http://mas-andes.blogspot.com” dengan URL yang di inginkan.
Dibawah ini masih terdapat 8 Style Mega Menu Drop Down, untuk langkah penerapannya sama seperti cara diatas.
1. Black Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .black {font: normal 13px Arial, sans-serif; line-height: 16px;} .black ul.mega-menu, .black ul.mega-menu, .black ul.mega-menu li {margin: 0; padding: 0; border: none;} .black ul.mega-menu {background: #222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxM8OBv0BhmzAvOBTFuHh1-tm0IJ4ofIF6-MufnfQk03gH3GjCl0uwp6hSbJMZN9rPbH2RHpJVdALwOavBAy9TziiFhgX78UIHoPMDul0ev7173v-GFs622CgxCW8gK0F65O-KtuAkbEY/h120/bg_black.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #1B1B1B; border-left: 1px solid #1B1B1B; position: relative;} .black ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .black ul.mega-menu li a {float: left; display: block; color: #fff; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxM8OBv0BhmzAvOBTFuHh1-tm0IJ4ofIF6-MufnfQk03gH3GjCl0uwp6hSbJMZN9rPbH2RHpJVdALwOavBAy9TziiFhgX78UIHoPMDul0ev7173v-GFs622CgxCW8gK0F65O-KtuAkbEY/h120/bg_black.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000; text-decoration: none;} .black ul.mega-menu li a.dc-mega {position: relative;} .black ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 0;} .black ul.mega-menu li.mega-hover a, .black ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .black ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .black ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #333; border-radius: 0 0 5px 5px;} .black ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .black ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .black ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .black ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .black ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .black ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .black ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .black ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #6B6B6B url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;} .black ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #000; text-shadow: none;} .black ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .black ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .black ul.mega-menu .sub ul li {padding-right: 0;} .black ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .black ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .black ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .black ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-2').dcMegaMenu({
rowItems: '1',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="black">
<ul id="mega-menu-2" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
2. White Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .white {font: normal 13px Arial, sans-serif; line-height: 16px;} .white ul.mega-menu, .white ul.mega-menu, .white ul.mega-menu li {margin: 0; padding: 0; border: none;} .white ul.mega-menu {background: #ccc url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjobDi4yi-bwej_7wleU4fVnM_PrLZOxn_IjncyLgXEjaY9XxIvYFDg3PFuhwUiMj_z2znvxkhMW-MZjdpjFRuIJ0MY2x8nMgmFjynzSAcbC6EvFWTdB_i-KcnpjLAal1dSvIoguw8hIV8/h120/bg_white.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #afafaf; border-left: 1px solid #afafaf; position: relative;} .white ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .white ul.mega-menu li a {float: left; display: block; color: #000; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjobDi4yi-bwej_7wleU4fVnM_PrLZOxn_IjncyLgXEjaY9XxIvYFDg3PFuhwUiMj_z2znvxkhMW-MZjdpjFRuIJ0MY2x8nMgmFjynzSAcbC6EvFWTdB_i-KcnpjLAal1dSvIoguw8hIV8/h120/bg_white.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #fff; text-decoration: none;} .white ul.mega-menu li a.dc-mega {position: relative;} .white ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; width: 8px; height: 6px; top: 18px; right: 15px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 100%;} .white ul.mega-menu li.mega-hover a, .white ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .white ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .white ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #e7e7e7; border-radius: 0 0 5px 5px;} .white ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .white ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .white ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .white ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .white ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .white ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .white ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .white ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #E3E3E3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #000; text-shadow: 1px 1px 1px #fff;} .white ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #a32403; text-shadow: none;} .white ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .white ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .white ul.mega-menu .sub ul li {padding-right: 0;} .white ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .white ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .white ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .white ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-9').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="white">
<ul id="mega-menu-9" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
3. Blue Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .blue {font: normal 13px Arial, sans-serif; line-height: 16px;} .blue ul.mega-menu, .blue ul.mega-menu, .blue ul.mega-menu li {margin: 0; padding: 0; border: none;} .blue ul.mega-menu{background: #8998a8 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixqBF_ND6bRoHjkXaeDxU_Fm96WWZcuBvN1VtB43gDGm1jqJVkPTzf5mXRoLmDp39kjUrklJB-WlJOjQrWE05CRZsnHKz8eeq7ss_KHgUGENI76EpnyTX49FKCQZMFCNbAtZKO22N0sfw/h120/bg_blue.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #536573; border-left: 1px solid #536573; position: relative;} .blue ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .blue ul.mega-menu li a {float: left; display: block; color: #fff; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixqBF_ND6bRoHjkXaeDxU_Fm96WWZcuBvN1VtB43gDGm1jqJVkPTzf5mXRoLmDp39kjUrklJB-WlJOjQrWE05CRZsnHKz8eeq7ss_KHgUGENI76EpnyTX49FKCQZMFCNbAtZKO22N0sfw/h120/bg_blue.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000; text-decoration: none;} .blue ul.mega-menu li a.dc-mega {position: relative;} .blue ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 0;} .blue ul.mega-menu li.mega-hover a, .blue ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .blue ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .blue ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #2a4366; border-radius: 0 0 5px 5px;} .blue ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .blue ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .blue ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .blue ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .blue ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .blue ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .blue ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .blue ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #304B73 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;} .blue ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #A8B7CF; text-shadow: none;} .blue ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .blue ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .blue ul.mega-menu .sub ul li {padding-right: 0;} .blue ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .blue ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .blue ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .blue ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-4').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="blue">
<ul id="mega-menu-4" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
4. Green Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .green {font: normal 13px Arial, sans-serif; line-height: 16px;} .green ul.mega-menu, .green ul.mega-menu, .green ul.mega-menu li {margin: 0; padding: 0; border: none;} .green ul.mega-menu {background: #222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2jYOfnxIIwTzewl2_wZwES3AsrEyrDtiQA6tuwuH4vKf2p3crdQ3dUa5cut24pvL8dJ2x3mbO8coSKv6ghTXDuBzJ4eSFm4eKieQCGVpDmqWOcFyWY33LVPtDRTWrziAZrnzsn17wp3k/h120/bg_green.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #94cd0b; border-left: 1px solid #94cd0b; position: relative;} .green ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .green ul.mega-menu li a {float: left; display: block; color: #000; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2jYOfnxIIwTzewl2_wZwES3AsrEyrDtiQA6tuwuH4vKf2p3crdQ3dUa5cut24pvL8dJ2x3mbO8coSKv6ghTXDuBzJ4eSFm4eKieQCGVpDmqWOcFyWY33LVPtDRTWrziAZrnzsn17wp3k/h120/bg_green.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #fff; text-decoration: none;} .green ul.mega-menu li a.dc-mega {position: relative;} .green ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; width: 8px; height: 6px; top: 18px; right: 15px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 100%;} .green ul.mega-menu li.mega-hover a, .green ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .green ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .green ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #9ac119; border-radius: 0 0 5px 5px;} .green ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .green ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .green ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .green ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .green ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .green ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .green ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .green ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #A1C81E url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #000; text-shadow: 1px 1px 1px #fff;} .green ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #fff; text-shadow: none;} .green ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .green ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .green ul.mega-menu .sub ul li {padding-right: 0;} .green ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .green ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .green ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .green ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-7').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'slide'
});
});
</script>
<div class="green">
<ul id="mega-menu-7" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
5. Grey Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .grey {font: normal 13px Arial, sans-serif; line-height: 16px;} .grey ul.mega-menu, .grey ul.mega-menu, .grey ul.mega-menu li {margin: 0; padding: 0; border: none;} .grey ul.mega-menu {background: #8998a8 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBs9tJPGf7Yb3g-8-9YwoUV1c2pqGYQmWLmk64SAwQhdgcs6fIzcIDwzuBz0jIzYd7EFFCC0uxjZe532acbOdX6_vbNYf-BAHsrpN9QK3ml4NxK-Eaw_3GJXr57hpCHUECqfJZnzhrJl4/h120/bg_grey.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #8B949F; border-left: 1px solid #8B949F; position: relative;} .grey ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .grey ul.mega-menu li a {float: left; display: block; color: #fff; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBs9tJPGf7Yb3g-8-9YwoUV1c2pqGYQmWLmk64SAwQhdgcs6fIzcIDwzuBz0jIzYd7EFFCC0uxjZe532acbOdX6_vbNYf-BAHsrpN9QK3ml4NxK-Eaw_3GJXr57hpCHUECqfJZnzhrJl4/h120/bg_grey.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000; text-decoration: none;} .grey ul.mega-menu li a.dc-mega {position: relative;} .grey ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 0;} .grey ul.mega-menu li.mega-hover a, .grey ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .grey ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .grey ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #8696a7; border-radius: 0 0 5px 5px;} .grey ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .grey ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .grey ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .grey ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .grey ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .grey ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .grey ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .grey ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #8A98A9 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;} .grey ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #000; text-shadow: none;} .grey ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .grey ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .grey ul.mega-menu .sub ul li {padding-right: 0;} .grey ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .grey ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .grey ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .grey ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-3').dcMegaMenu({
rowItems: '2',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="grey">
<ul id="mega-menu-3" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
6. Light Blue Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .light-blue {font: normal 13px Arial, sans-serif; line-height: 16px;} .light-blue ul.mega-menu, .light-blue ul.mega-menu, .light-blue ul.mega-menu li {margin: 0; padding: 0; border: none;} .light-blue ul.mega-menu {background: #222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_A7v-6DIEMLhpecv8YCX_b8NMpkegrVF7fcJRCVd0TXon3ryWzZ_HLtXnn9zxYDw5QiCxFcOVKdNQNo7IeZc8XFTff_zRDbU_YXGX75NeXYt59mXUE78YpoX4ySYzCarGHW6mm1ZTnEM/h120/bg_light_blue.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #44B3FF; border-left: 1px solid #44B3FF; position: relative;} .light-blue ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .light-blue ul.mega-menu li a {float: left; display: block; color: #000; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_A7v-6DIEMLhpecv8YCX_b8NMpkegrVF7fcJRCVd0TXon3ryWzZ_HLtXnn9zxYDw5QiCxFcOVKdNQNo7IeZc8XFTff_zRDbU_YXGX75NeXYt59mXUE78YpoX4ySYzCarGHW6mm1ZTnEM/h120/bg_light_blue.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #fff; text-decoration: none;} .light-blue ul.mega-menu li a.dc-mega {position: relative;} .light-blue ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 100%;} .light-blue ul.mega-menu li.mega-hover a, .light-blue ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .light-blue ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .light-blue ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #2aafe5; border-radius: 0 0 5px 5px;} .light-blue ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .light-blue ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .light-blue ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .light-blue ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .light-blue ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .light-blue ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .light-blue ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .light-blue ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #4EC3F3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #000; text-shadow: 1px 1px 1px #fff;} .light-blue ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #fff; text-shadow: none;} .light-blue ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .light-blue ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .light-blue ul.mega-menu .sub ul li {padding-right: 0;} .light-blue ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .light-blue ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .light-blue ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .light-blue ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-8').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="light-blue">
<ul id="mega-menu-8" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
7. Orange Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .orange{font: normal 13px Arial, sans-serif; line-height: 16px;} .orange ul.mega-menu, .orange ul.mega-menu, .orange ul.mega-menu li {margin: 0; padding: 0; border: none;} .orange ul.mega-menu {background: #8998a8 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEhlQ9KBeTwc2a4U5SmPlTzlmRmNUxpQ5NIoUKa8dJevELnaODX_4o-PVPXF-YnoFtiKDdvsyzYBjjo68EnvWZJ96zaLKY4DqoMwTe9vII27FbgbrBOyEqPgMn6-pigtpd7e-DHaZnmjk/h120/bg_orange.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #bd3e00; border-left: 1px solid #bd3e00; position: relative;} .orange ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .orange ul.mega-menu li a {float: left; display: block; color: #fff; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEhlQ9KBeTwc2a4U5SmPlTzlmRmNUxpQ5NIoUKa8dJevELnaODX_4o-PVPXF-YnoFtiKDdvsyzYBjjo68EnvWZJ96zaLKY4DqoMwTe9vII27FbgbrBOyEqPgMn6-pigtpd7e-DHaZnmjk/h120/bg_orange.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000; text-decoration: none;} .orange ul.mega-menu li a.dc-mega {position: relative;} .orange ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 0;} .orange ul.mega-menu li.mega-hover a, .orange ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .orange ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .orange ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #e75921; border-radius: 0 0 5px 5px;} .orange ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .orange ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .orange ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .orange ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .orange ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .orange ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .orange ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .orange ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #E75921 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;} .orange ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #000; text-shadow: none;} .orange ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .orange ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .orange ul.mega-menu .sub ul li {padding-right: 0;} .orange ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .orange ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .orange ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .orange ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-5').dcMegaMenu({
rowItems: '4',
speed: 'fast',
effect: 'fade'
});
});
</script>
<div class="orange">
<ul id="mega-menu-5" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
8. Red Style
CSS:
.mega-menu ul, .mega-menu ul li {list-style: none;} .mega-menu ul {position: relative; padding: 0; margin: 0;} .mega-menu ul li ul {display: none;} .mega-menu .sub {display: none;} .mega-menu .sub ul {display: block;} .red {font: normal 13px Arial, sans-serif; line-height: 16px;} .red ul.mega-menu, .red ul.mega-menu, .red ul.mega-menu li {margin: 0; padding: 0; border: none;} .red ul.mega-menu {background: #8998a8 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMfMpKRpdOz63r0ee2NGvrIdJxCHTYIubEC9oXMs8gdzwplzcvjov11ToAjVQ0rdMlYfaerJKS4cXj2EVowe_Sp2dJouCu_85V95s8iMG1xlGtAcu2Chyphenhyphen5F_sTUScgpytB0FCCJB4dGdc/h120/bg_red.png) repeat-x 0 -80px; width: 100%; height: 40px; border-right: 1px solid #E41E1F; border-left: 1px solid #E41E1F; position: relative;} .red ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;} .red ul.mega-menu li a {float: left; display: block; color: #fff; padding: 12px 38px 12px 25px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMfMpKRpdOz63r0ee2NGvrIdJxCHTYIubEC9oXMs8gdzwplzcvjov11ToAjVQ0rdMlYfaerJKS4cXj2EVowe_Sp2dJouCu_85V95s8iMG1xlGtAcu2Chyphenhyphen5F_sTUScgpytB0FCCJB4dGdc/h120/bg_red.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #000; text-decoration: none;} .red ul.mega-menu li a.dc-mega {position: relative;} .red ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 15px; width: 8px; height: 6px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE9CC3NLiH1XhNBntiuj2nP7U6X0mQvBOPsyYjhf5iSvpemtYe_P7LmWUEA8WzVrHrLnzUt5Ri3BBZQWiFcZwbSCoj6j7Oo4_MFi9M0O_EDnbqtrFd3GPut8aDSfDskOwah2N69CoR87c/h120/arrow.png) no-repeat 0 0;} .red ul.mega-menu li.mega-hover a, .red ul.mega-menu li a:hover {background-position: 100% -40px; color: #000; text-shadow: none;} .red ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;} .red ul.mega-menu li .sub-container {position: absolute; background: #fff; padding-left: 20px; margin-left: -3px; box-shadow: 1px 1px 5px #ca212a; border-radius: 0 0 5px 5px;} .red ul.mega-menu li .sub {padding: 20px 20px 20px 10px;} .red ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;} .red ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;} .red ul.mega-menu li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;} .red ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;} .red ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;} .red ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #111; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;} .red ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #DB323A url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nanXQyuYVPq2Wf4TjHsdHGrvwqmnCwlQzZr11VYl4YdR42yzo37hySA_K78vPBRd3Io0-ODd6dp-bv0RhvbQK23lOm4yBuSc5KWB3a5idZIUZvuOLDl5r17s3R_SopAUSUSHTIDHZI/h27/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #333;} .red ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #000; text-shadow: none;} .red ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 5px 8px; font-weight: normal;} .red ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 5px 8px;} .red ul.mega-menu .sub ul li {padding-right: 0;} .red ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;} .red ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;} .red ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio8xKpiX668hZfrY7CB-dxacK9eR8n2Z2e8rzBrZOafs2JbL5_KSmx3OUjBEIP6jzp40E_TJXZo3QTTvf4xkjeFfpMBxb0yQGnSwnbdN5prKU3UlXYTwYWefvUGwXPNS9CBPPfZmSgvIU/h120/arrow_off.png) no-repeat 7px 10px;} .red ul.mega-menu li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgse3Ln_8BfEQd0_BpsoPuWZGSjSBHISWfcXEZGT1dn0iMeSw6kwxEFyyMtw-RrUU_xp67z8z_y368YyYRSZyTiQjLKWGc4XCn4ljFTRItQZGY0U4u8f_c7ZjPvFHEjZoO_KNZq8xCoP7U/h120/arrow_on.png) no-repeat 7px 10px;}jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>HTML:
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/hovermegamenu.js'></script>
<script type='text/javascript' src='http://faceblog-evolutions.googlecode.com/files/dcmegamenu.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-6').dcMegaMenu({
rowItems: '3',
speed: 'slow',
effect: 'slide'
});
});
</script>
<div class="red">
<ul id="mega-menu-6" class="mega-menu">
<li><a href="http://mas-andes.blogspot.com">Home</a></li>
<li><a href="http://mas-andes.blogspot.com">Menu 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 8</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 14</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 15</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 5</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 16</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 17</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 18</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 19</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 7</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 9</a></li>
</ul>
</li>
<li class="menu-item-129"><a href="http://mas-andes.blogspot.com">Judul 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 10</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 11</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 12</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 13</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Menu 4</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Judul 1</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 1</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 2</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 2</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 3</a></li>
</ul>
</li>
<li><a href="http://mas-andes.blogspot.com">Judul 3</a>
<ul>
<li><a href="http://mas-andes.blogspot.com">Link 4</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 5</a></li>
<li><a href="http://mas-andes.blogspot.com">Link 6</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
Tidak semua template blog sama persis, jadi apabila kurang sesuai dalam menaruh markup HTML bisa disesuaikan sendiri dengan menu di blog yang sudah ada sebelumnya.
0 comments:
Post a Comment
- Komentar yang menyertakan link aktif, iklan, atau titip link, akan dimasukan ke folder SPAM.
- Untuk pertanyaan di luar topik artikel silahkan tag [OOT]