I have inserted three images into the background of my website's body. Two of them are displaying correctly (one with repeat-y), but the third one is not working. I've tried searching a lot but couldn't find a solution.
body
{
background-image: url(../_images/urdulower.png), url(../_images/urduhead.png) , url(../_images/urdurepeating.png);
background-position: left bottom, left top, left 118px;
background-repeat: no-repeat, no-repeat, repeat-y;
Any help would be greatly appreciated.