Adding forum spoiler like in html

Discussion in 'HTML & Website Design' started by cybartshop, Sep 13, 2014.

  1. #1
    Hello all, this is my first thread here in digital point forum, I wanna share and questioning some simple tips on how to create forum "spoiler" like in HTML.

    Firs of all, create the list of spoiler title and its content, like shown below :

    Then create this structure of html, you can place it inside the div

    <div>
    <details><summary></summary></details>
    </div>
    HTML:
    then put the list youve prepared before like this :
    <div>
    <p><details><summary>Some title lorem impsum</summary>Some description lorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insun</details></p>
    <p><details><summary>Some title lorem impsum</summary>Some description lorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insunlorem impsum niat insun</details></p>
    </div>
    HTML:
    Done, test it :D
     
    cybartshop, Sep 13, 2014 IP
  2. cybartshop

    cybartshop Member

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2

    Forgoten for the question.

    Could any body let me know why this code sometimes does not work in firefox and IE ?
     
    cybartshop, Sep 13, 2014 IP
  3. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #3
    Mainly because Firefox and IE don't support the <summary> and <details> tags
    http://caniuse.com/#feat=details
     
    malky66, Sep 15, 2014 IP
  4. cybartshop

    cybartshop Member

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    I c, but somehow, I dont know if its using javascript or not, firefox does know that is details or summary, you can see here http://tyleruebele.com/weblog/details-shim
     
    cybartshop, Sep 16, 2014 IP