#leftHalf {
background:url("img/header/CRC_Website_TopBannerLeftStretch.jpg") repeat scroll 0 0 / 38% 100% hsla(0, 0%, 0%, 0) ;
width: 50%;
position: absolute;
left: 0px;
height: 190px;
z-index:-1;
}
#rightHalf {
background: url("img/header/CRC_Website_TopBannerRightStretch.jpg");
width: 41.5%;
position: absolute;
right: 0px;
height: 190px;
z-index:-1;
top:0;
}
Now the background image is repeated while I am zoom in. But I want to stretches the right and left top banner image while zoom in and zoom out.
Thanks in advance.