How would I go about acheiving an effect similar to that on this site\'s portfolio page Solid Giant, with CSS and HTML?
I had thought that just putting something like t
Give the image an id:
#imgHover:hover { margin-top: -5px; }