Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Are there any plugins in code for Dreamweaver's new expand and collapse text feature?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 9 προβολές
  • Τελευταία απάντηση από cor-el

more options

I have created a website using Dreamweaver 2014. One of the new features is the ability to expand and collapse text using the following code placed in the section you want to collapse and expand the text:

<details> <summary>Read More</summary> 
<p>Text you want to expand and collapse</>
</details>

This code works fine for Chrome but does not work for Mozilla /Firefox. Are there any code plugins with Firefox to enable this feature?

I have created a website using Dreamweaver 2014. One of the new features is the ability to expand and collapse text using the following code placed in the section you want to collapse and expand the text: <pre><nowiki><details> <summary>Read More</summary> <p>Text you want to expand and collapse</> </details></nowiki></pre> This code works fine for Chrome but does not work for Mozilla /Firefox. Are there any code plugins with Firefox to enable this feature?

Τροποποιήθηκε στις από το χρήστη cor-el

Όλες οι απαντήσεις (2)

more options

There is more to this since we do not have access to the code or the details of your local page's Web Console. Please seek coding help for compatibility between the browsers in stackoverflow.com

more options

See also:

Gecko doesn't currently implement this. See bug 591737.

Bug 591737 - Support for HTML5's <details> and <summary>