Home › Forums › CSS › Transparent Hovering Image Help › Re: Transparent Hovering Image Help
March 18, 2013 at 8:25 am
#128604
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