Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML spoiler
#8
Imi poate tranforma cineva in tabel acest spoiler.
Code:
<style type="text/css">
body,input
    {
    font-family:"Trebuchet ms",arial;font-size:0.9em;
    color:#222;
    }
.spoiler
    {
    border:1px solid #cccccc;
    padding:3px;
    }
.spoiler .inner
    {
    border:1px solid #cccccc;
    padding:3px;margin:3px;
    }
    </style>
    <script type="text/javascript">
function showSpoiler(obj)
    {
    var inner = obj.parentNode.getElementsByTagName("div")[0];
    if (inner.style.display == "none")
        inner.style.display = "";
    else
        inner.style.display = "none";
    }
    </script>
<div class="spoiler" style="background-color:#eeeeee">
    <input type="button" style="width: 100%" onclick="showSpoiler(this);" value="NumeSpoiler(Arata/Ascunde)" />
    <div class="inner" style="display:none;">
    Text ascuns.
    </div>
</div>
Ma refer la faptul, daca ati testat codul html, textul "NumeSpoiler(Arata/Ascunde)" sa se afle intro casuta de tabel <th><td></td></th>. daca, daca ma intelegeti.
Un forum simplu pentru toti, si pentru ca parerea ta conteaza!
Reply


Messages In This Thread
HTML spoiler - by nickname - 02-07-2012, 03:14 PM
RE: HTML spoiler - by Admin - 02-07-2012, 03:49 PM
RE: HTML spoiler - by nickname - 02-07-2012, 08:07 PM
RE: HTML spoiler - by Admin - 02-08-2012, 01:09 PM
RE: HTML spoiler - by nickname - 02-10-2012, 08:40 PM
RE: HTML spoiler - by Admin - 02-10-2012, 09:19 PM
RE: HTML spoiler - by nickname - 02-11-2012, 07:02 PM
RE: HTML spoiler - by nickname - 03-17-2012, 12:52 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  coduri html efecte text Admin 1 15,634 02-02-2009, 10:06 AM
Last Post: florin.florin



Users browsing this thread: 1 Guest(s)