I want to apply gradient overlay to a lot of images just like myspace did in their new design . All the images have a title with black gradient background .
I searched but most of the tutorials are shown using a background image on a div . I want to apply this property to all the <img>
tags appearing on my page.
Here's the closest tutorial I found in terms of what I want to achieve . But this is also explained using a background image.
If you look at the background of the title. The black background ensures that the text is clear enough .
Can you please help me out in writing a general css for achieveing this on all images ?