hi there,
I've cracked getting cross browser support for transparent textboxes,
however I'm struggling to achieve the same thing with select box. A search
of google hasn't yeilded any insight... Any clues as to how to do this?
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);
The same applied to the select box doesn't work - it just renders fully
opaque in Chrome, IE etc.
Cheers,
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]