I currently have a background image with background-position: center bottom;
also tried background-position-x: center; background-position-y: bottom
but for internet explorer it does not work. THe image is sticking to the top. Is there a solution to set the background image position to the bottom that will work for all browsers?
I forgot to mention I am using SVG as the background image.