Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Spoilers

  1. #11
    Join Date
    Jun 2006
    Location
    Bristol
    Posts
    7,177
    Tokens
    0

    Latest Awards:

    Default

    Looks like your idea has been used

    Benedictus qui venit in nomine Domini

  2. #12
    Join Date
    Oct 2004
    Posts
    10,922
    Tokens
    0

    Latest Awards:

    Default


  3. #13
    Join Date
    Feb 2007
    Location
    UK
    Posts
    969
    Tokens
    0

    Default

    Lol i dont see the spoiler bit :S

  4. #14
    Join Date
    Dec 2005
    Posts
    4,066
    Tokens
    0

    Latest Awards:

    Default

    how u all do tht u r so 1337 ;[

  5. #15
    Join Date
    Feb 2007
    Location
    UK
    Posts
    969
    Tokens
    0

    Default

    <script language='JavaScript' type='text/javascript'>
    <!--
    function spoiler(obj)
    {
    for (var i = 0; i < obj.childNodes.length; i++)
    {
    if (obj.childNodes[i].id == 'idTitle')
    titleRow = obj.childNodes[i];
    if (obj.childNodes[i].id == 'idSpoiler')
    {
    if (obj.childNodes[i].style.display != 'none')
    {
    obj.childNodes[i].style.display = 'none';
    titleRow.innerHTML = '&nbsp;<b>click to show</b>';
    }
    else
    {
    obj.childNodes[i].style.display = 'block';
    titleRow.innerHTML = '&nbsp;<b>click to hide</b>';
    }
    }
    }
    }
    //-->
    </script>

    Well that didnt work :S
    Last edited by Scott™; 06-04-2007 at 10:22 PM. Reason: not work

  6. #16
    Join Date
    Dec 2005
    Posts
    4,066
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Scott™ View Post
    <script language='JavaScript' type='text/javascript'>
    <!--
    function spoiler(obj)
    {
    for (var i = 0; i < obj.childNodes.length; i++)
    {
    if (obj.childNodes[i].id == 'idTitle')
    titleRow = obj.childNodes[i];
    if (obj.childNodes[i].id == 'idSpoiler')
    {
    if (obj.childNodes[i].style.display != 'none')
    {
    obj.childNodes[i].style.display = 'none';
    titleRow.innerHTML = '&nbsp;<b>click to show</b>';
    }
    else
    {
    obj.childNodes[i].style.display = 'block';
    titleRow.innerHTML = '&nbsp;<b>click to hide</b>';
    }
    }
    }
    }
    //-->
    </script>

    Well that didnt work :S
    you what

  7. #17
    Join Date
    Oct 2004
    Posts
    10,922
    Tokens
    0

    Latest Awards:

    Default

    to do the spoiler you
    [ SPOILER] text here [/ SPOILER]

    without the spaces

  8. #18
    Join Date
    Feb 2007
    Location
    UK
    Posts
    969
    Tokens
    0

    Default







    Last edited by Scott™; 06-04-2007 at 10:25 PM.

  9. #19
    Join Date
    Jun 2006
    Location
    Bristol
    Posts
    7,177
    Tokens
    0

    Latest Awards:

    Default

    There was a button, I don't know where it has gone .
    Benedictus qui venit in nomine Domini

  10. #20
    Join Date
    Feb 2007
    Location
    UK
    Posts
    969
    Tokens
    0

    Default



    Edited by Garion (Forum Super Moderator): Please do not post pointlessly, thanks .
    Last edited by Nixt; 06-04-2007 at 10:27 PM.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •