在Firefox
。 googlepic { 內容:url('../../ img/googleplusicon.png'); 利潤率:-6.5%; 右右:53px; 浮點:對; 身高:19px; } 當此CSS在Google Chrome和Safari中的預期工作時,它無法在Firefox中渲染任何圖像。
content屬性通過在元素之前或之後插入內容來工作。通過使用::之前,我們將在.googlepic元素之前插入圖像,該元素允許Firefox正確顯示它。
.googlePic { content: url('../../img/googlePlusIcon.PNG'); margin-top: -6.5%; padding-right: 53px; float: right; height: 19px; }http://www.htmldog.com/reference/cssproperties/content/
Note:
Internet Explorer 8 only supports the content property if a !DOCTYPE is specified.
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3