Skip to content

Commit

Permalink
Update to opacity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 24, 2012
1 parent 93a3b93 commit 8f82ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/opacity.md
Expand Up @@ -4,4 +4,4 @@ tags: gtie8
kind: css
polyfillurls:

CSS3 opacity allows you to set transparency to html elements and is safe to use. For IE6-IE8, use the proprietary "filter" property to achieve the same effect.
CSS3 opacity allows you to modify the opacity of HTML elements. It is safe to use. For IE6-IE8, use the proprietary "filter" property to achieve the same effect.

0 comments on commit 8f82ea0

Please sign in to comment.