Code:
#header1{width:100%;}
#header2{
position: absolute;
top: 0px;
left: 0px;
width: 75px;
height: 72px;
background: url("./image.png");
background-repeat: repeat-x;
background-position: -10px -180px;
}
<div id="header1">
<div id="header2">
</div>
</div>
Can anyone provide guidance on how to make the repeating div#header2 span the entire length of div#header1?
P.S.: image.png
contains icons. It is a sprite image. For example, the image pack below: