View Single Post
Posts: 102 | Thanked: 23 times | Joined on Nov 2009 @ Finland
#68
"The RGBa let's you set the RGB values for Red, Green and Blue, like in a regular RGB CSS color, but then adds 'a' for the alpha channel."
Code:
p {color: rgba(255, 255, 255, 0.5);}
http://www.domedia.org/oveklykken/css-transparency.php


check this out