代码编辑器:
x
1
2
<meta charset="utf-8">
3
<link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
4
<style>
5
img {
6
filter: opacity(30%); /* Chrome, Safari, Opera */
7
filter: opacity(30%);
8
}
9
</style>
10
11
12
<p>转化图像的透明程度:</p>
13
14
<img src="/static/i/css/pineapple.jpg" alt="Pineapple" width="300" height="300">
15
16
<p><strong>注意:</strong> Internet Explorer 不支持 filter 属性。</p>
17
18
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>