Change DIV background image on .hover - with fade
问题 I'm looking to fade from one background image to another using a standard .hover link. An example of the link without the fade can be seen here: http://www.makestudio.co.uk/sites/seven/ Other pages within the site will use similar layout only different background images for the links. Any help would be amazing. 回答1: Don't need jquery, just css <div id="thisdiv">Content</div> CSS... #thisdiv { height: 200px; width: 200px; background-color: #600; transition: 2s; -moz-transition: 2s; -webkit