Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分のポートフォリオにjquery流砂を含めようとしています。Firefoxではいつも頭の高さが良いと思います。Chromeブラウザは頭の高さを計算できず、流砂の効果は不十分です。誰でも私を助けることができますか?
デモ:http ://www.testowa.isterio.pl/test.html
あなたの質問が正しいかどうかわかりません。
コンテナ内で画像を使用している場合は、使用する必要があります
$(window).ready(function ()
それ以外の
$(function() {
画像がdomにロードされていないためです。
お役に立てれば。