Let say I have a banner image group.
<div class="bannerWrap">
<div class = "banner style="left: 0px;">
<img src = "something.jpg" id="a">
<img src="something2.jpg" id="b">
</div>
</div>
When I move the banner image, only the banner style will be to change
if I want to remove an image file in certain banner location
any good idea?
You could try changing the opacity with CSS like this: