I am looking to create a unique cross image that will be displayed within a variable height Div 1. How can I achieve this result?
This is what I have attempted so far:
.cross01 {
width:520px;
height:100%;
background:url(../images/cross01.png) repeat-y;
position:absolute;
top:0px;
z-index:1000;
}