Opacity CSS Microsoft Web Developer


/ Published in: CSS
Save to your folder(s)

Keep compatibility with micorosft validation in 2010.


Copy this code and paste it in your HTML
  1. /* opacity */
  2. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  3. filter: alpha(opacity=50);
  4. -moz-opacity: 0.5;
  5. -khtml-opacity: 0.5;
  6. -ms-opacity: 0.5;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.