chrome下document.documentElement.scrollTop為0的解決方案
為了讓某個元素垂直居中一般會取document.documentElement.scrollTop的值,但是在chrome下,這個值為空,比較好的解決方案是
var top = document.documentElement.scrollTop || document.body.scrollTop;
IE和火狐下用document.documentElement.scrollTop,chrome下則用document.body.scrollTop。
如果是在iframe裡面則需要用
var top = window.parent.document.documentElement.scrollTop || window.parent.document.body.scrollTop
原文地址:http://hi.baidu.com/bieyongchao/item/ad5550a3d9657ea028ce9d17
相關文章
- Chrome對document.documentElement.scrollTop的識別Chrome
- id 為非自增 模型取回為 0 的解決方案模型
- jQuery.position()方法獲取值為0解決方案jQuery
- document.body.scrollTop返回值為0解決方案
- chrome瀏覽器最小字號解決方案Chrome瀏覽器
- 分散式下的WebSocket解決方案分散式Web
- 聊聊分散式下的WebSocket解決方案分散式Web
- Arch Linux 下的 QQ 解決方案Linux
- 行為管控解決方案
- Serverless 實戰——使用 Rendertron 搭建 Headless Chrome 渲染解決方案ServerChrome
- Linux下錯誤解決方案Linux
- 【原創】autotrace中statistics為0的問題的解決
- 兩表互為外來鍵的解決方案
- chrome上傳圖片 路徑為c:/fakepath的解決辦法Chrome
- 微信中無法下載app的解決方案APP
- go get下載包失敗的解決方案Go
- 高併發下丟失更新的解決方案
- Arch Linux 下執行 QQ 的解決方案Linux
- VMware下Linux網路卡由eth0變為eth1的解決辦法Linux
- 關於0xc000007b的一種解決方案
- 手動下載 Chrome,解決 puppeteer 無法使用問題Chrome
- ajax呼叫,action返回的中文為亂碼的解決方案
- 高併發下的介面冪等性解決方案!
- Chrome使用video無法正常播放MP4視訊的解決方案ChromeIDE
- 為企業量身定做CRM解決方案
- 從 0 開始入門 Chrome Ext 安全(一) -- 瞭解一個 Chrome ExtChrome
- 前端JS 下載大檔案解決方案前端JS
- 總結下常見佈局解決方案
- 無痕模式下localstorage報錯解決方案模式
- RH9.0下Mplayer之解決方案!!!(轉)
- UiBot無法抓取Chrome元素和資料抓取工具無法使用的解決方案UIChrome
- Docker內Chrome中文亂碼的解決方案以及部署360奇安信失敗案例DockerChrome
- docker 打包 selenium+chromedriver+chrome 遇到的坑和解決方案DockerChrome
- 解決centos 7 安裝、檢查和配置源為aliyun解決方案CentOS
- Spring Cloud 微服務架構下的 WebSocket 解決方案SpringCloud微服務架構Web
- 雙碳雙控背景下的智慧環保解決方案
- Ocaml windows 下安裝的各種坑及解決方案Windows
- 當下SaaS軟體的技術缺陷以及解決方案