On this page, I have an image with a glossy effect in a div below the image.
http://www.joelin.org/home2.html
I basically want to move the glossy effect on top of the image. I tried
1) adding the style directly to the img tag, no effect
2) creating a div around the image, putting the glossy div in it (but the glossy div ended up being below the image)
any other thoughts?
Is it something like this http://dabblet.com/gist/3610138 that you’re looking to achieve?
HTML:
CSS:
If you don’t need the img tag and you can have the image as a background image, then it gets easier. Just one element:
and just this CSS: