![]() Follow @najibahrahman
|
Tutorial : Spoiler Button Friday, 28 December 2012 | 1 comment[s] Assalamualaikum and annyeonghaseyo . Rase nak updated banyak2 , x tahu kenape . Datang lahh mod rajin . Haha . Okay Tuto kali ni ialah spoiler button . Mcm biasa creadit kak tieqa . Okay, spoiler button ni sesuai kalau korang nak letak credit, link, ataupon tagboard. Dekat bawah ni contoh spoiler button. let's start .
1. copy code bawah ni
<center><div id="spoiler"><div><input value="Open/Close" style="width:200px;font-size:12px;background-image: url(Url background);-moz-border-radius: 5px; border-radius: 5px;margin:13px;padding:0px;border-style: 2px solid #ff9fcc;" type="button" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Hide Spoiler!'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'Show Spoiler!'; }" /><div id="show" style="display: none; background-color:transparent; background-repeat:repeat; margin: 0px;border-width:0px; padding:3px; width:90%"><center>Write anything here</center>2. Paste dekat Edit HTML for classic template. For template designer dkt HTML/JavaScript 3. Save . biru : tukar ayat tu dengan ayat korg sendiri oren : URL background merah : letak text, atau javascript yang korg nak |