2010-02-11, 08:28 PM
Sn1perJohnE Wrote:Does it have to be in CCS? Sure its more flexible when ya needa change something, but you could have made the table in Photoshop or something with a set opacity and export it as a GIF. Bring it into Dreamweaver and align it and stuff and set the text/images ontop of that, using CSS to resize the image used for the table and such. You could also make a 1x1 GIF with the set color and opacity, export it, and use it with CSS to the size needed. Its similar to using a 100% opacity 1x1 as padding with set dimensions.GIF doesn't really allow pixels to be transparent.
You only need:
opacity:0.5;
filter:alpha(opacity=50);
the filter one is for IE, it always needs something special.

