content url svg css

Solutions on MaxInterview for content url svg css by the best coders in the world

showing results for - "content url svg css"
Ben
07 Aug 2020
1content: url(test.svg)
2
3Unless 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.