I am trying to achieve a CSS3 effect where an image slides up when hovered over, similar to this.
I came across this example, but I do not want to use the box's background property.
<div class="box">
<img src=image/image.jpg>
</div>
The image source is from HTML, not set using the CSS background property.
I would appreciate it if someone could recommend a tutorial or assist me with achieving this effect.