how to compensate this css line for ie?
border: 1px solid rgba(255, 255, 255, 0.1);
how to compensate this css line for ie?
border: 1px solid rgba(255, 255, 255, 0.1);
ThemeProvince said
Place above it:border: 1px solid #999;
Thanks, but no way to to obtain transparency?
alialaa said
ThemeProvince saidThanks, but no way to to obtain transparency?
Place above it:border: 1px solid #999;
no
OrganicBeeMedia said
alialaa saidno
ThemeProvince saidThanks, but no way to to obtain transparency?
Place above it:border: 1px solid #999;
There is one way and thats waiting 10 years.
ThemeProvince said
OrganicBeeMedia saidThere is one way and thats waiting 10 years.
alialaa saidno
ThemeProvince saidThanks, but no way to to obtain transparency?
Place above it:border: 1px solid #999;
LOL
@alialaa, you should check out http://caniuse.com/#search=rgba if you haven’t already 
alialaa said
how to compensate this css line for ie? border: 1px solid rgba(255, 255, 255, 0.1);
your css code will work nice in ie 9 because this property is now supported regarding for all ie you should use: filter:alpha(opacity=50);
And use some div placement logic that is not in good practice but it work in all browser. 
Nope. Using filter will not work. The syntax of RGBA is CSS3 , so replacing the end value with Filter will not change the fact that IE8 doesn’t support CSS3 
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.