Answer the question
In order to leave comments, you need to log in
Correct display of SVG in OPERA12?
Hello everyone, there is a problem with SVG in older browsers. The whole site was laid out, SVG was included in CSS using background-image, and the desired element from SVG was selected through background-position. When the check for cross-browser compatibility began, SVG fell off. It was decided to use, but how to use it is not clear. How to select the desired element from the entire SVG through this object?
Answer the question
In order to leave comments, you need to log in
If you really need it.
Checking for the old opera:
if (window.opera) {
$("html").addClass("oldOpera");
}
.oldOpera .icon {
background: url(...);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question