Forums

JQuery Accordion Menu Widget
Indicating menus with triangles/pointers/arrows (3 posts)

  1. kgagne
    Member
    Posted 8 months ago #

    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!

    http://wordpress.org/extend/plugins/jquery-vertical-accordion-menu/

  2. Fraser.Dk
    Member
    Posted 7 months ago #

    This worked great for me too. Thanks kgagne!

  3. kgagne
    Member
    Posted 7 months ago #

    I'm glad you found it useful!

Reply

You must log in to post.

About this Plugin

About this Topic