Heres a link: http://www.45royale.com/work/
On his page when you hover over a work he has done a cool hover comes over it. It replace the image with another. Is this jquery or css? How can i achieve this?
|
Heres a link: http://www.45royale.com/work/ On his page when you hover over a work he has done a cool hover comes over it. It replace the image with another. Is this jquery or css? How can i achieve this? |
|||
|
|
|
jquery along with two separate images, fading in and out on hover. You should learn to use the view source/developer tools probably built in to your browser (try hitting F12). Here's the relevant code:
http://www.45royale.com/wp-content/themes/45v6_sandbox/images/work/img_dww.jpg http://www.45royale.com/wp-content/themes/45v6_sandbox/images/work/img_dww_hovered.jpg |
|||
|
|
You could stick with one image and get same effect by either:
or something like that anyway |
||||
|
|