右箭头转为下箭头 {
transform: rotate(90deg);
}
右箭头转为上箭头 {
transform: rotate(-90deg);
右箭头转为左箭头 {
transform: rotate(180deg);
css箭头图片方向转换
原文:http://www.cnblogs.com/SunSong/p/7204798.html