我想移动这两个箭头图像,使其彼此靠近,目前我将它们分开。这是我需要的:
http://postimg.org/image/s4dv20xy1/
这是我的工作进度:JsFiddle
HTML:
<div id="arrow">
<img src="http://gyazo.com/736c6c5e6e5e3355b804ccda9143560c.png" alt="Arrow1"></img>
<img src="http://gyazo.com/736c6c5e6e5e3355b804ccda9143560c.png" alt="Arrow1"></img>
</div>
CSS:
#arrow img {
margin:2px;
}
谢谢。
PS:忽略左边或右边的位置