nikki / LiteAccordion

A lightweight horizontal accordion plugin for jQuery.
MIT License
224 stars 130 forks source link

Firefox 15 issues? #58

Closed rachyl closed 12 years ago

rachyl commented 12 years ago

In Firefox 15 the 'stitch' theme no longer works properly. The colored h2 sections are not appearing as their proper width and they don't have the stitched border around them, and the pointer is exposed as a diamond shape, also without stitching.

nikki commented 12 years ago

That's odd, it looks like border-image has stopped working in FF15. I'll look into it, thanks.

rachyl commented 12 years ago

This may be helpful: http://dbaron.org/log/20120612-border-image

Chip-D commented 12 years ago

This CSS3 stitched method still works using FF15.0.1: http://kitmacallister.com/2011/css3-stitched-elements/

nikki commented 12 years ago

@Chip-D I use border-image for the stitching, rather than dashed borders. Thanks though :)

@rachyl Thanks, that was super-helpful :) All fixed now.