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.
精彩评论