Home >Web Front-end >CSS Tutorial >Why Isn't My SVG Data URI Displaying as a Background Image in My Pseudo-element?
When attempting to set an SVG as a background image for a pseudo element using the following code, it fails to display in Firefox:
content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 12px;
The above is the detailed content of Why Isn't My SVG Data URI Displaying as a Background Image in My Pseudo-element?. For more information, please follow other related articles on the PHP Chinese website!