有没有办法让我用 CSS 来定位 SVG?它们在 IE8 向下看起来像破碎的图像,我想使用modernizr 隐藏它们,例如我希望像......
.no-svg object[type=svg] {
display:none;
}
按照http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-ii中的建议,我正在使用它来将 SVG 嵌入到我的页面中
<object type="image/svg+xml"
width="100" height="100" style="float:right"
data="http://blog.codedread.com/clipart/apple.svgz">
<span/></object>