On Apr 10, 2011, at 6:38 AM, Aaron wrote:
For the text box I'm using:
background: rgb(255, 255, 255) transparent;
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,
startColorstr=#00ffffff, endColorstr=#00ffffff);
/* For IE 8*/
-ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,
endColorstr=#00ffffff)";
/* RGBa with 0.7 opacity */
background: rgba(255, 255, 255,0);
This I why I still use:
selector{
background: (url: images/mytransparentimage.png);
}
...and then move on.
--
Justin W. Hall
[email protected]
www.justinWhall.com
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]