我想根据特定的切换面板更改切换箭头图像
基于点击我想在向右和向下箭头之间切换
CSS:-
.icon
{
height:14px;
width:14px;
float:left;
position:relative;
margin-right:10px;
background:url("http://glyphicons.com/wp- content/themes/glyphicons/images/glyphicons_halflings.png") no-repeat;
}
.icon-rightarrow
{
background-position:-456px -72px;
}
.icon-downarrow
{
background-position:-313px -119px;
}