Cara membuatnya:
1.Masuk ke dashboard blog anda
2.pilih design,klik pada template
3.Edit HTML
3.Cari kod </body> pada template
Untuk memudahkan pencarian boleh juga gunakan Ctrl+F(rujuk tutorial cara guna editor terbaru blogger)
Kemudian salin kod dibawah dan diletakkan diatas kod </body>
<style type='text/css'>
#tbb-sticky
{
background:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3SnkX8kLOPizhr3O51sx98kH_NfIoKrbOxoXkB1q39hzwAl11652nvIJ349N1kN4DImMDcdYq_sFi9yYI7XSrKiVq7cB_BL3xjOcG_8ele-1k0N1fX2PULINkHm3xfoP3UG5wnbSKj2s/s1600/tbb-bg.png') repeat;
color:#D1EBEB;
text-align: center;
margin:0 auto;
border-top: 1px solid #D1EBEB;
height:28px;
font-size:12px;
position:fixed;
bottom:0;
z-index:999;
width:95%;
border-top-left-radius:20px;
border-top-right-radius:20px;
display:block;
font-weight: bold;
font-family: arial,"Helvetica";
font-color:#0066CC;
}
#tbb-sticky:hover
{background:#99CCFF;}
#tbb-sticky p{line-height:5px; font-size:13px; text-align:center; width:95%; float:left;}
#tbb-sticky p a{ text-decoration:underline; color:#33FF00;}
.tbb-cross{display:block; position:relative; right:15px; float:right;}
.tbb-cross a{font-size:18px; font-weight:bold; font-family:"Arial"; color:#00FF00; line-height:30px;}
</style>
<div id='tbb-sticky'>
<p>Letakkan notis atau link anda disini </p>
<div class='tbb-cross'><a href='javascript:hide_cross();'>(X)</a></div>
</div>
<script language='JavaScript'>
function hide_cross() {
crosstbox = document.getElementById("tbb-sticky");
crosstbox.style.visibility = 'hidden';
}
</script>
#tbb-sticky
{
background:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3SnkX8kLOPizhr3O51sx98kH_NfIoKrbOxoXkB1q39hzwAl11652nvIJ349N1kN4DImMDcdYq_sFi9yYI7XSrKiVq7cB_BL3xjOcG_8ele-1k0N1fX2PULINkHm3xfoP3UG5wnbSKj2s/s1600/tbb-bg.png') repeat;
color:#D1EBEB;
text-align: center;
margin:0 auto;
border-top: 1px solid #D1EBEB;
height:28px;
font-size:12px;
position:fixed;
bottom:0;
z-index:999;
width:95%;
border-top-left-radius:20px;
border-top-right-radius:20px;
display:block;
font-weight: bold;
font-family: arial,"Helvetica";
font-color:#0066CC;
}
#tbb-sticky:hover
{background:#99CCFF;}
#tbb-sticky p{line-height:5px; font-size:13px; text-align:center; width:95%; float:left;}
#tbb-sticky p a{ text-decoration:underline; color:#33FF00;}
.tbb-cross{display:block; position:relative; right:15px; float:right;}
.tbb-cross a{font-size:18px; font-weight:bold; font-family:"Arial"; color:#00FF00; line-height:30px;}
</style>
<div id='tbb-sticky'>
<p>Letakkan notis atau link anda disini </p>
<div class='tbb-cross'><a href='javascript:hide_cross();'>(X)</a></div>
</div>
<script language='JavaScript'>
function hide_cross() {
crosstbox = document.getElementById("tbb-sticky");
crosstbox.style.visibility = 'hidden';
}
</script>
Kod warna yang bertanda dengan warna oren boleh ditukarkan dengan warna yang diingini
4.Kemudian simpan template anda.
update 8/5/2013
No comments:
Post a Comment