一個類似的問題已被問到,但它沒有提供我的問題的解決方案。 CSS: On hover show and hide different div's at the same time? 我想隱藏div並在我將鼠標懸停在列表項上的同時在頁面中央顯示圖像。 我試過了,但它在頁面中間的第二個div仍然顯示在懸停上。 /* absorbing paddings within the div's width,
作爲我之前的問題here的後續,我試圖在頁面的兩側製作懸停圖像。 jsfiddle JS: var movementStrength = 25;
var w = $(window).width();
var h = $(window).height();
$(window).mousemove(function(e){
var pageX = (e.pageX - w/2