[Plugin: JQuery Accordion Menu Widget] Indicating menus with triangles/pointers/arrows
-
I love this plugin, but it seemed to lack a feature I wanted: triangles that indicate a menu is collapsible, pointing to the right when they’re closed and down when they’re open. Some of the skins do this, but none of them were visually consistent with my site’s theme.
I didn’t know CSS when I first started using this plugin but have since been able to add this aesthetic feature rather easily. I thought it’d be helpful for others in similar situations if the following skin were provided as one of the included options in future versions of this plugin.
/* Active parent links - when sub-menu is open */ .dcjq-accordion ul a.dcjq-parent.active::before { content: "\25BC"; display: inline } /* Parent links only */ .dcjq-accordion ul a.dcjq-parent::before { content: "\25BA"; display: inline }
Thanks for your great work!
https://www.ads-software.com/extend/plugins/jquery-vertical-accordion-menu/
- The topic ‘[Plugin: JQuery Accordion Menu Widget] Indicating menus with triangles/pointers/arrows’ is closed to new replies.