I would like to create the style seen in the provided example of an image with a transparent black box along the bottom with text which can be made into a link.(Avoiding using Photoshop)
the rgba function exists in css too. rgba(0, 0, 0, .5) will set the colour as black with 50% transparency. the final value set in increments of .1 determines the opacity.
Ive just tried it on the hydra example and opacity is not really what I need for games moving over a background
I want surrounding white in the hydra image to be transparent.
Heres the example with a background and opacity of object set to 0.5 you can see the problem - HELP