vaeThink2/public/static/admin_static/lib/jquery.bsgrid/plugins/sidemenu
听雨 c2a62fba7e no message 2020-04-01 11:45:12 +08:00
..
arrowblue.gif no message 2020-04-01 11:45:12 +08:00
arrowgray.gif no message 2020-04-01 11:45:12 +08:00
arrowgreen.gif no message 2020-04-01 11:45:12 +08:00
arrowsidemenu.css no message 2020-04-01 11:45:12 +08:00
ddaccordion.js no message 2020-04-01 11:45:12 +08:00
readme no message 2020-04-01 11:45:12 +08:00

readme

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

来源http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm

arrowgreen.gif是原版
arrowblue.gif是后做的图片配合以下样式使用
	.arrowsidemenu div a{ /*header bar links*/
		background: transparent url(arrowblue.gif) 100% 0;
	}
	.arrowsidemenu ul li{
		border-bottom: 1px solid #68b2e3;
	}
	.arrowsidemenu ul li a{
	    border-left: 10px double #68b2e3;
	}