ボタンをクリックして展開される非表示の連絡フォームがあります。そのフィールドはCSS背景画像として設定され、トグルされたdivよりも常に少し遅れて表示されます。
<head>
セクションでこのスニペットを使用していましたが、運が悪かった(キャッシュをクリアした後):
<script>
$(document).ready(function() {
pic = new Image();
pic2 = new Image();
pic3 = new Image();
pic.src="<?php bloginfo('template_directory'); ?>/images/inputs/input1.png";
pic2.src="<?php bloginfo('template_directory'); ?>/images/inputs/input2.png";
pic3.src="<?php bloginfo('template_directory'); ?>/images/inputs/input3.png";
});
</script>
私はライブラリとしてjQueryを使用していますが、この問題を整理するためにもそれを使用できればすばらしいでしょう。
ご清聴ありがとうございました。