Answers for "content url svg css"

CSS
0

content url svg css

content: url(test.svg)

Unless SVGs are special, you should be able to treat them the same as you would an image: content: url(path/to/my.svg). That doesn't necessarily mean it would work with the jQuery UI tooltips library, though.
Posted by: Guest on May-07-2021

Browse Popular Code Answers by Language