Forums

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

Home Forums CSS Transparent Hovering Image Help Re: Transparent Hovering Image Help

#128604
Paulie_D
Member

You can do this with a psuedo element BUT you can’t apply those to an image.

So, if you wrap the image in a block level element such as a div or figure, you can apply the pseudo element to that.

Like this: http://codepen.io/anon/pen/uEnBm