0
URL問題的谷歌地圖API V3:[REMOVED]影響固定的元素非常奇怪的方式
我在哪裏我的固定頭部被扭曲自己,每當我調整窗口的大小問題,在滾動頁面,或鼠標元素。它甚至受我如何滾動快影響。我發現了其他類似的問題,但嘗試解決方案並沒有解決它。
CSS固定元素:
#header-wrap {
background: url(/_images/template/wood-background.jpg) no-repeat;
background-attachment: fixed;
background-size: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 56;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, .85);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
一項建議呼籲將transform屬性的解決方案,並解決一些問題的時間。
谷歌地圖未加載,'加載資源失敗:服務器響應狀態爲404(未找到)http:// mpfoods.dwgreen.com/locations/_scripts/respond.min.js' – davidkonrad
是不是我的谷歌地圖腳本,但謝謝指出! – Shane
好吧,認爲它打破了一些JS,在這裏 - Ubuntu/Chrome,谷歌地圖是完全空的 – davidkonrad