Forums

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

Home Forums CSS CSS transform (translate) not working Re: CSS transform (translate) not working

#134864
TheDoc
Member

Both of your selectors have `:hover` on them, so whatever is in the 2nd block will overwrite what is in the first.

Also, make sure to put the non-prefixed version last (you have `transform:` listed first).

Codepen: http://codepen.io/ggilmore/pen/d61a53b759c2e9626a85dd9600342934

(note: I have prefix-free turned on so I don’t have to write out all of the prefixes)