MenuBar

Tuesday, August 23, 2016

TutorialBlog: Button Show Hide Spoiler (New)

Assalamualaikum and hi,
Before/After Click:

  

Old version HERE.

1. Log in > Dashboard > Design > Add a Gadget > Html/JavaScript

2. Copy paste code into html area:

<center>
<div id="spoiler"><div><input value="Tajuk apa-apa" style="width:88px ;font-size:12px;background-image: url(URL BACKGROUND UNTUK BUTTON);-moz-border-radius: 10px; border-radius: 10px;margin:13px;padding:0px;border-style: 2px solid #ff9fcc;" type="button" onclick="if (this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[&#39;show&#39;].style.display != &#39;&#39;) { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[&#39;show&#39;].style.display = &#39;&#39;; this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[&#39;hide&#39;].style.display = &#39;none&#39;; this.innerText = &#39;&#39;; this.value = &#39;Hide Spoiler!&#39;; } else { this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[&#39;show&#39;].style.display = &#39;none&#39;; this.parentNode.parentNode.getElementsByTagName(&#39;div&#39;)[&#39;hide&#39;].style.display = &#39;&#39;; this.innerText = &#39;&#39;; this.value = &#39;Show Spoiler!&#39;; }" />
<div id="show" style="display: none; background-color:transparent; background-repeat:repeat; margin: 0px;border-width:0px; padding:3px; width:90%">
<center><center>Ayat korang apa-apa</center></center></div></div></div></center>


*Purple : Tulis perkataan sebelum klik button . (Contoh : Rules)
*Blue : Paste kan URL background . ( Boleh dapatkan DI SINI ) - Copy direct link :)
*Red: Tulis lah apa - apa ayat korang selepas button di-klik . Okeyy ?

3. SAVE ! :)

Source: Lyssa
Share your experience down below!

No comments:

Post a Comment