Need a block, the background of which make up several images It is logical to do this:
background:url('a.png') top no-repeat,url('b.png') bottom no-repeat
But IE does not perceive such a background and portrays it with one repeating image. How can I make such a background cross-browser?