我在製作一個主題爲Zerif Pro的wordpress網站。該網站是http://www.solids-solutions.com/zerif/ 在標題圖像下,您有我們的foucus部分。在那些部分是圖像不是很好。這只是在谷歌瀏覽器,因爲我使用縮放:0.64;在CSS中。但它只適用於鉻。有人可以幫幫我嗎。圖像在div中顯示不好
-3
A
回答
0
你的問題是關於跨瀏覽器的問題吧?
試試這個..
zoom: 0.64; /* IE */
-moz-transform: scale(0.64); /* Firefox */
-o-transform: scale(0.64); /* Opera */
-webkit-transform: scale(0.64); /* Safari And Chrome */
transform: scale(0.64); /* Standard Property */
+0
謝謝你的評論,但它不工作。 –
+0
將你的圖像背景寬度設置爲100%。試試這個代碼'.our-focus-widget-image {background-size:100%100%!important; transform:scale(1.1);}' – sudha
+0
作品像一個cham,非常感謝你 –
相關問題
- 1. 圖像不顯示在div
- 2. 在div中顯示圖像
- 3. DIV圖像不顯示在Firefox中
- 4. RibbonToggleButton顯示圖像不好
- 5. div和圖像不顯示在Chrome
- 6. 在div中顯示許多圖像
- 7. 在其他div中顯示圖像 -
- 8. 如何在div中顯示圖像?
- 9. base64圖像不在圖像中顯示
- 10. Facebook Open Graph圖像不在Chrome中顯示;在Firefox中顯示很好
- 11. 隱藏div不會顯示onhover圖像
- 12. 顯示/隱藏圖像DIV
- 13. 圖像顯示| Banner div&Styling
- 14. 在WIN32中顯示圖像,爲什麼不顯示圖像?
- 15. 背景圖像不顯示在DataList ItemTemplate中的div中?
- 16. 只顯示div中的一個圖像
- 17. 垂直中間顯示圖像hover div
- 18. 在圖像上顯示div點擊Galleria.io
- 19. 懸停圖像 - 在其上顯示div
- 20. 在顯示div之前加載圖像
- 21. 在圖像頂部顯示一個div
- 22. CSS - 在一行div顯示圖像
- 23. 在div顯示後加載圖像
- 24. Div在圖像上顯示點擊jquery
- 25. 未在div內顯示圖像
- 26. 在圖像上懸停時顯示div
- 27. jquery在div上顯示圖像
- 28. 爲什麼圖像不能顯示在div的背景中?
- 29. 在div中的背景圖像不會顯示位置絕對
- 30. 我的div背景圖像在IE8中不顯示
當我點擊您的鏈接, 「訪問吃飯」 的錯誤並occure。 – reporter
您提供的鏈接無效。 –
如果您需要任何可靠的反饋,請提供代碼片段和屏幕截圖。 –