Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Pure CSS Perspective Portfolio Re: Pure CSS Perspective Portfolio

#87164
clokey2k
Participant
.gallery figure:hover {
-webkit-transform: translate(0,-150px);
}

Translate seams to move the content of the element, but not the element – so doesn’t send the ‘clickable’ area sky high.

EDIT: Actually translate made no difference :( sorry.

And oh yeah, AWESOME!!!