Terjemahan

Silahkan masukan kalimat bahasa yang anda inginkan untuk diterjemahkan oleh "Google terjemahan"

Sabtu, 22 Mei 2010

Membuat Show Hide di pinggir

Membuat Show Hide Floating Menu Untuk Aplikasi Widget :
Show Hide floating menu merupakan
suatu cara untuk membuat suatu aplikasi seperti
video, gambar, guest book, jam, musik
dan masih banyak lagi dibuat menjadi tersembunyi.
Apabila di klik ,maka suatu aplikasi akan muncul.
Cara untuk membuatnya adalah dengan menggunakan javascript.
Berikut ini cara untuk Membuat
Show Hide Floating Menu Untuk Aplikasi Widget

Langkah-langkahnya:


1. Login ke account blogger.


2. Pilih Layout kemudian klik pada tab Page Elements.


3. Setelah itu Klik Add a Gadget dan pilih Html/javascript.


4. Copy salah satu script code di bawah ini.

Letak Show Hide Kanan


<style type="text/css"> #juliocaesarFX{ position:fixed; top:30px; z-index:+1000; }
* html #juliocaesarFX{position:relative;} .juliocaesarFXtab{ height:108px; width:37px; float:left;
cursor:pointer; background:url('http://i683.photobucket.com/albums/vv193/vebyo/GuestPink.gif') no-repeat; } .juliocaesarFXcontent{ float:left; border:2px solid #d241c7; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; background:#ffffff; padding:10px; } </style> <script type="text/javascript"> function showHidejuliocaesarFX(){ var juliocaesarFX = document.getElementById("juliocaesarFX"); var w = juliocaesarFX.offsetWidth; juliocaesarFX.opened ? movejuliocaesarFX(0, 40-w) : movejuliocaesarFX(40-w, 0); juliocaesarFX.opened = !juliocaesarFX.opened; } function movejuliocaesarFX(x0, xf){ var juliocaesarFX = document.getElementById("juliocaesarFX"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; juliocaesarFX.style.right = x.toString() + "px"; if(x0!=xf){setTimeout("movejuliocaesarFX("+x+", "+xf+")", 10);} } </script> <div id="juliocaesarFX"> <div class="juliocaesarFXtab" onclick="showHidejuliocaesarFX()"> </div> <div class="juliocaesarFXcontent">

kode aplikasi widget disini

<div style="text-align:right"> <a href="javascript:showHidejuliocaesarFX()"> [close] </a> </div> </div> </div> <script type="text/javascript"> var juliocaesarFX = document.getElementById("juliocaesarFX"); juliocaesarFX.style.right = (40-juliocaesarFX.offsetWidth).toString() + "px"; </script>

Letak Show Hide Kiri


<style type="text/css"> #juliocaesarFX{ position:fixed; top:30px; z-index:+1000; }
* html #juliocaesarFX{position:relative;} .juliocaesarFXtab
{ height:108px; width:37px; float:right; cursor:pointer; background:url
('http://i683.photobucket.com/albums/vv193/veby /GuestPink.gif') no-repeat; } .juliocaesarFXcontent{ float:right; border:2px solid #d241c7; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; background:#ffffff; padding:10px; } </style> <script type="text/javascript"> function showHidejuliocaesarFX(){ var juliocaesarFX = document.getElementById("juliocaesarFX"); var w = juliocaesarFX.offsetWidth; juliocaesarFX.opened ? movejuliocaesarFX(0, 40-w) : movejuliocaesarFX(40-w, 0); juliocaesarFX.opened = !juliocaesarFX.opened; } function movejuliocaesarFX(x0, xf){ var juliocaesarFX = document.getElementById("juliocaesarFX"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; juliocaesarFX.style.left = x.toString() + "px"; if(x0!=xf){setTimeout("movejuliocaesarFX("+x+", "+xf+")", 10);} } </script> <div id="juliocaesarFX">
<div class="juliocaesarFXtab" onclick="showHidejuliocaesarFX()">
</div>
<div class="juliocaesarFXcontent">

kode aplikasi widget disini

<div style="text-align:right">
<a href="javascript:showHidejuliocaesarFX()"> [close] </a> </div>
</div>
</div>
<script type="text/javascript"> var juliocaesarFX = document.getElementById("juliocaesarFX");\ juliocaesarFX.style.left = (40-juliocaesarFX.offsetWidth).toString() + "px"; </script>

5. Setelah itu klik simpan.


Keterangan:


->kode aplikasi widget disini : ganti tulisan ini dengan script code video,
gambar, jam ,guest book musik dan aplikasi lainnya.

-> http://i683.photobucket.com/albums/vv193/vebyo
/GuestPink.gif' : ganti tulisan ini dengan gambar kreasimu sendiri.
Yang digunakan untuk sebagai tanda aplikasi apa yang dibuat show hide

-> #d241c7: digunakan untuk mengganti warna tampilan pada border.
-> #ffffff: digunakan untuk mengganti warna tampilan pada background.>


Selamat mencoba...........................

Cara yang lain
Masukan kode di bawah ini ke Gadget HTML anda

LEFT-Hidden Chatbox



<!-- left hidden chatbox START -->
<style>
#hcl {
position:fixed;
top:100px;
left:0px;
z-index:+1000;
}
* html #hcl {position:relative;}
.hcltab {
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheFjItN8UG-I27gFIgYvNS7AN_B4djMHEakqKdfaolHnZUDL3cdOoG6npJPwLHaM-iqRuImQaKkxENv5cHGkbSMXxvpWjPj_nQRpaS88lRtuFtjg0Jpo8sQWW2bpccZwd3DvL-HwcO-nI/s400/cbred-LEFT.png') no-repeat;
}
.hclcontent {
float:left;
border:2px solid #790909;
background:#f3f6f7;
padding:10px;
}
.hc-credit {font-size:9px}
.hc-credit a {text-decoration:none}
</style>
<script type="text/javascript">
function showHidehcl(){
var hcl = document.getElementById("hcl");
var w = hcl.offsetWidth;
hcl.opened ? movehcl(0, 30-w) : movehcl(20-w, 0);
hcl.opened = !hcl.opened;
}
function movehcl(x0, xf){
var hcl = document.getElementById("hcl");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
hcl.style.left = x.toString() + "px";
if(x0!=xf){setTimeout("movehcl("+x+", "+xf+")", 10);}
}
</script>
<div id="hcl">
<div class="hclcontent">

<!-- KODE SHOUTMIX/ GADGET ANDA DISINI -->

<br />
<div class="hc-credit">
<span style="float:left">
<!-- campuran ilmu -->
<a href="http://mujimbreng.blogspot.com/" target="_blank">
Aplikas...

</a>
</span>
<span style="float:right">
<a href="javascript:showHidehcl()">
[close]
</a>
</span>
</div>
</div>
<div class="hcltab" onclick="showHidehcl()"> </div>

</div>
<script type="text/javascript">
var hcl = document.getElementById("hcl");
hcl.style.left = (30-hcl.offsetWidth).toString() + "px";
</script>
<!-- left hidden chatbox END -->




RIGHT-Hidden Chatbox


<!-- right hidden chatbox START -->
<style>
#hcr {
position:fixed;
top:100px;
z-index:+1000;
}
* html #hcr {position:relative;}
.hcrtab {
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl_L0dl97ISrLp0RBJnE0rY1WsRwGtHNaWzoGzJ0sxU-b6CyIavJ33QsRt58evcCFyDXIss0vgOJ8W0ldGbUJ-UIty6NUo41DYHcmc_SeXnqp3CKwObbCPGJl7mJ59rqK_38RxPbyA4PA/s400/cbblue.png') no-repeat;
}
.hcrcontent {
float:left;
border:2px solid #003e82;
background:#f3f6f7;
padding:10px;
}
.hc-credit {font-size:9px}
.hc-credit a {text-decoration:none}
</style>
<script type="text/javascript">
function showHidehcr(){
var hcr = document.getElementById("hcr");
var w = hcr.offsetWidth;
hcr.opened ? movehcr(0, 30-w) : movehcr(20-w, 0);
hcr.opened = !hcr.opened;
}
function movehcr(x0, xf){
var hcr = document.getElementById("hcr");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
hcr.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("movehcr("+x+", "+xf+")", 10);}
}
</script>
<div id="hcr">
<div class="hcrtab" onclick="showHidehcr()"> </div>
<div class="hcrcontent">

<!-- KODE SHOUTMIX/ GADGET ANDA DISINI -->

<br />
<div class="hc-credit">
<span style="float:left">
<!-- campuran ilmu -->
<a href="http://mujimbreng.blogspot.com/" target="_blank">
Aplikasi

</a>
</span>
<span style="float:right">
<a href="javascript:showHidehcr()">
[close]
</a>
</span>
</div>
</div>
</div>
<script type="text/javascript">
var hcr = document.getElementById("hcr");
hcr.style.right = (30-hcr.offsetWidth).toString() + "px";
</script>
<!-- right hidden chatbox END -->





Keterangan




#hcr {
position:fixed;
top:100px; /* Menunjukkan bahwa jarak tab dari atas adalah sejauh 100px. Bisa anda ganti dengan bottom:100px yang berarti jarak tab dari bawah menjadi sejauh 100px */
z-index:+1000;
}


.hcrtab {
height:100px; /* tinggi tab pembuka hidden chatbox */
width:30px; /* tinggi tab pembuka hidden chatbox */
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl_L0dl97ISrLp0RBJnE0rY1WsRwGtHNaWzoGzJ0sxU-b6CyIavJ33QsRt58evcCFyDXIss0vgOJ8W0ldGbUJ-UIty6NUo41DYHcmc_SeXnqp3CKwObbCPGJl7mJ59rqK_38RxPbyA4PA/s400/cbblue.png') no-repeat; /* gambar yang dijadikan sebagai tab pembuka hidden chatbox */
}





.hcrcontent {
float:left;
border:2px solid #003e82; /* warna dan ukuran border hidden chatbox */
background:#f3f6f7; /* warna background hidden chatbox (tidak perlu diganti jika anda mengedit kode lain pada style) */
padding:10px;
}



Selamat berkreasi.............................

0 komentar:

Posting Komentar

Kalau Sobat sempet tinggalin coment,ya...?

Code HTML

Frame
<iframe src="http://namasitus_anda.com/" width="530" height="300" scrolling="yes"></iframe></div></div>
Show Hide
<div style="margin-bottom: 1px;"><i><b><small></small></b></i><input style="margin: 0px; padding: 0px; width: 450px; font-size: 15px;" value="Klik disini" onclick="if (this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display != &#39;&#39;) { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display = &#39;&#39;; this.innerText = &#39;&#39;; this.value = &#39;Sembunyikan&#39;; } else { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[1].getElementsByTagName(&#39;div&#39;)[0].style.display = &#39;none&#39;; this.innerText = &#39;&#39;; this.value = &#39;Klik disini&#39;; }" type="button" /></div> <div style="border: 1px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
tulisanmu disini
</div></div>
Teks Boks
<div class="widget-content"> <div style="overflow:auto;width:100%;height:340px;"> <p align="center"> <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="center">
your teks
</a></center></div></div></div></div>

Image
<img src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs028.snc3/11551_102358339789374_100000456255869_59579_6929097_n.jpg" style="font-weight: bold; height: 485px; margin: 1px 12.5px; width: 300px;" />

Coment facebookku
<div id="fb-root"> </div> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script><fb:comments href="mix-sains.blogspot.com" num_posts="10" width="430"></fb:comments>
 

Color HTML

Cbox ( Tinggalkan Pesan )

Radio Dakwah

Transparant ajah Blog muji yang lain di idesemua.blogspot.com