After a great deal of searching I found that the following works across 
browsers:

    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);
 
A

-- 
--
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]

Reply via email to