I got stuck with a strange problem in Opera 12: I have an .svg image which is linked within my css code. When I resize to zoom-out the page where the image is d
.svg
.svgImg { background: url("../img/img.svg") no-repeat; height:100%; width:100%; }