Cara Membuat tombol Show / Hide di Blog
09.15.00
Add Comment
Cara Membuat tombol Show / Hide di Blog |
Caranya:
1. Copy codenya dibawah ini
<div><div style="margin-bottom: 2px;"><i><b><small>Klik untuk melihat </small></b></i><input value="Show" style="margin: 0px; padding: 0px; width: 60px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" type="button" /></div>
<div style="border:inset ; margin: 0px; padding: 6px;"><div style="display: none;">
TEXT ANDA LETAKAN DISINI
</div></div></div>
Klik untuk melihat
Nah mudah bukan dan selamat mencoba
0 Response to "Cara Membuat tombol Show / Hide di Blog"
Posting Komentar