我有一个菜单栏,我正在尝试将两个图像附加到它这就是我所做的-
background:url('images/bgs/bg_container_top_left.png') no-repeat top left ,url('images/bgs/bg_container_top_center.png') no-repeat top right;
如何为此处附加的不同图像分配不同的属性?就像我想给第一张图片留出边距
margin-left:-10px;
和第二张图片
margin-left:-5px;