I have a div as follows:
<div class="panel" style="width: 100%; height: 40px; ">
<asp:Panel runat="server" ID="Panel1" HorizontalAlign="Center" >
<asp:Image id="Image2" runat="server"src="../../_images/arrow.jpg" HorizontalAlign="middle" style="width: 30%; height: 40px; " />
</asp:Panel>
</div>
<div class="panel" style="width: 100%; height: 160px;">
I want to have four such divs but reference to the same image. I wonder if I can achieve that in CSS? Otherwise I have to make 4 copies of arrows.