ok-admin/lib/jquery.bsgrid/plugins/sidemenu
bobi 8a3c011b39 add:bsgrid 2019-11-03 11:43:37 +08:00
..
arrowblue.gif add:bsgrid 2019-11-03 11:43:37 +08:00
arrowgray.gif add:bsgrid 2019-11-03 11:43:37 +08:00
arrowgreen.gif add:bsgrid 2019-11-03 11:43:37 +08:00
arrowsidemenu.css add:bsgrid 2019-11-03 11:43:37 +08:00
ddaccordion.js add:bsgrid 2019-11-03 11:43:37 +08:00
readme add:bsgrid 2019-11-03 11:43:37 +08:00

readme

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

来源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;
	}