NAVIGATION [10]
Pulang sekolah, aku nyempetin Blogging. Eh, ada request. Requestnya :
Mikaila:

cara bikin sceret box kyk kmu gimana?
- Dashboard >>> Tata Letak >>> Tambahkan Gadget
- Copy kode ini :
<style>
.adv2 ul{background:url(URL BACKGROUND);padding:5px;border:1px dashed #DDDDDD;text-align:center;width:240px;color:#555}
.adv2 p{padding:5px;text-align:left;width:240px;color:#555;}
a.tablo{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor:pointer;background:#fff;
width:20px;
text-decoration:none;
border:1px dashed #BBBBBB;
border-radius:33px;
color:#555;
display:inline-block;
text-align:center;
}
a.tablo:hover{background:#ccc;color:#fff;}
</style>
<div id="adv2" class="adv2">
<center><style>
.babo{background:url(URL BACKGROUND);padding:5px;border:3px solid #000;text-align:center;width:240px;color:#555}
a.tablo{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor:pointer;background:#fff;
width:20px;
text-decoration:none;
border:3px solid #fff;
color:#fff;
box-shadow:1px 1px 3px #eee;
border-radius:33px;
display:inline-block;
text-align:center;
font:16px calibri;
}
a.tablo:hover{background:#fff;color:#000;}
#wnsb img{max-width:245px;}
</style>
<div class="babo">
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('1').innerHTML" >1</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('2').innerHTML" >2</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('3').innerHTML" >3</a>
<a class="tablo" onclick="document.getElementById('wnsb').innerHTML=document.getElementById('4').innerHTML" >4</a> </div>
<div id="wnsb" style="width:240px;color:#ccc; padding:5px;border:3px solid #000;border-top:none;font:11px arial; letter-spacing:1px;">
<div id="1" style="display: none;">
put search box code here</div>
<div id="2" style="display: none;">
put cbox/ask.fm code here</div>
<div id="3" style="display: none;">
put anything here</div>
<div id="4" style="display: none;">
put anything here
</div>
</center></div>

Labels: ♫ Tutorial, navigation
<$BlogCommentBody$>
<$BlogCommentDeleteIcon$>