mathiasbynens / jquery-details

World’s first <details>/<summary> polyfill™
https://mths.be/details
GNU General Public License v2.0
121 stars 34 forks source link

Styles #13

Open trante opened 11 years ago

trante commented 11 years ago

If I don't include styles inside your demo page and make a $('details').details(); this plugin doesn't work in Firefox 21 and Chrome 26. (Although Chrome has native support)

If i include that styles, plugin works in Chrome natively. Plugin works in Firefox but with creating two boxes even I didn't open the details by clicking arrow. All of the details/summary parts have two big boxes around them which makes page unreadable.