So I wanted to make a site where I could have the background have a header image of say 600px
image, that being the "site background
," then having the rest be a tiled image, as well as that I wanted the header background to adapt to movement, like background-position: center;
CSS property.
I looked at W3
but their documentation is confusing. here
This is some code I tried:
background: url(bg.png) top, url(tile.png) repeat;
But I'm not sure how I'd be able to add background-position & height
into that.
result: http://stackoverflow.com/questions/423172/can-i-have-multiple-background-images-using-css – emvidi Nov 25 '16 at 14:18