I\'m using an svg image as a background. I\'m trying to use CSS3\'s background-size: 100% 100%; but it doesn\'t seem to work, even in browsers which should supp
background-size: 100% 100%;
background-size: cover
Works across the board. Tested w/ Safari, Chrome, & FF.