Questions tagged [html-tag-details]

Use this tag for question about HTML5

tag.

The <details> tag is one of the HTML5 elements. It creates a disclosure widget and contains additional details, that the user can open and view. By default, the content of the tag is not displayed. In order to display the contents, you must apply the open attribute. A disclosure widget is commonly presented with a small triangle that twists (or rotates) to show open/closed state.

It is often used with <summary> tag.

63 questions
0
votes
0 answers

Animating the HTML5 details element

Is it possible to animate the html5 details element without jQuery? I have seen a few jQuery fallbacks around the web that animate the details element, but I do not want to use jQuery. jQuery example that animates the details…
starbeamrainbowlabs
  • 5,692
  • 8
  • 42
  • 73
-1
votes
1 answer

HTML:
on top of others

Hello sorry for my bad English, it's not my first language. I have created an Html using a mixture of article, details and summary. It looks good, but I want that when you click on the summary, the details appear on top of other articles that are…
sylar
  • 1
  • 1
-1
votes
2 answers

php code tutorial example: How to retrieve nested master => detail records per php and mysql

based on Master => Detail relations of mysql fields in a database: Company - Program - Level Adobe - Photoshop - Beginner Adobe - Photoshop - Advanced Adobe - Illustrator - .... .... Microsoft - Word - Beginner .... Microsoft - Excel - .... I am…
1 2 3 4
5