Menu lagi menu lagi. banyak cara untuk mempercantik menu blog anda. membuatnya semakin menarik dan mengundang banyak pengunjung untuk masuk lebih jauh lagi di dalam blog anda. ini adalah salah satunya.menu ini simple tapi menarik .. silahkan dicoba
- login ke akun blog anda
- masuk ke templates kemudian pilih edit Html
- cari kode <head> ( untuk mempermudah tekan F3 )
- letakkan kode dibawah ini sebelum kode <head>
<link charset='utf-8' href='https://sites.google.com/site/jayablogdemo/fixed/style.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7243260-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src='https://sites.google.com/site/jayablogdemo/fixed/jquery-1.js' type='text/javascript'/>
<script type='text/javascript'>
$(function() {
$(window).scroll(function(){
var scrollTop = $(window).scrollTop();
if(scrollTop != 0)
$('#nav').stop().animate({'opacity':'0.2'},400);
else
$('#nav').stop().animate({'opacity':'1'},400);
});
$('#nav').hover(
function (e) {
var scrollTop = $(window).scrollTop();
if(scrollTop != 0){
$('#nav').stop().animate({'opacity':'1'},400);
}
},
function (e) {
var scrollTop = $(window).scrollTop();
if(scrollTop != 0){
$('#nav').stop().animate({'opacity':'0.2'},400);
}
}
);
});
</script>
- kemudian letakkan kode dibawah ini sebelum kode <body>
<div id='nav'>* jika di blog anda terdapat navbar masukkan scribt dibawah ini sebelum kode <body>
<ul>
<li><a class='top' href='#top'><span/></a></li>
<li><a class='bottom' href='#bottom'><span/></a></li>
<li><a href='http://shofisanjaya.blogspot.com'>Beranda</a></li>
<li><a href='http://alamat-url'>Tentang</a></li>
<li><a href='http://alamat-url'>Blog</a></li>
<li><a href='http://alamat-url'>jQuery</a></li>
<li><a href='http://alamat-url'>CSS</a></li>
<li><a href='http://alamat-url'>PHP</a></li>
<li class='search'>
<input type='text'/><input class='searchbutton' type='submit' value=''/>
</li>
</ul>
</div>
<div id='top'/>
<div class='desc'/>
<div id='bottom'/>
<div class='scroll'/>
<style type='text/css'>
#navbar-iframe {display:none;}
</style>
0 comments:
Post a Comment
Tinggalkan komentar anda...