Click here to Skip to main content
Sign Up to vote bad
good
Dear Friends,
 
I have used transparent style in Text box. But its working Chrome but not in IE.
Kindly suggest, what can I do.
 
Regards,
AP
Posted 26 Jun '12 - 5:22


1 solution

I believe that you are looking for this setting (for IE8 and below):
 
filter:alpha(opacity=50);
 
That would apply 50% transparency to the text box if you put it in the CSS. This would be the same as setting the opacity when it comes to other browsers:
 
opacity:0.5;
 
Here is more information on how to set transparency that will work for the different browsers:
 
http://www.w3schools.com/css/css_image_transparency.asp[^]
  Permalink  
Comments
Arunprasath Natarajan - 26 Jun '12 - 11:39
Yeah I am using IE8
Tim Corey - 26 Jun '12 - 11:50
Then this should solve your issue. Modify your CSS and see if it works.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 253
1 Rohan Leuva 220
2 Mahesh Bailwal 190
3 Ron Beyer 170
4 Abhinav S 168
0 Sergey Alexandrovich Kryukov 8,528
1 OriginalGriff 6,819
2 CPallini 3,643
3 Rohan Leuva 2,923
4 Maciej Los 2,288


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 26 Jun 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid