开发者

Div on mouse over shows different pictures

开发者 https://www.devze.com 2023-01-23 04:55 出处:网络
How to achieve with JQuery that when I move mouse over some div, it shows different pictures(backgrounds ). For example, my div id=\"slide\" have width=\"100px, so when mouse in width position0

How to achieve with JQuery that when I move mouse over some div, it shows different pictures(backgrounds ). For example, my div id="slide" have width="100px, so when mouse in width position 0

Like on http://qgall开发者_JS百科ery.quadrifolia.de/


You can look into .hover() or the jQuery Cycle plugin if you have multiple background images.

0

精彩评论

暂无评论...
验证码 换一张
取 消