web开发离不开css层叠样式表。此书言简意赅介绍了css技术。最常用的、最简洁的实例。希望对各位有所帮助!
源代码在线查看: ◤css教程_滤镜_chroma属性--▃▄ 龙 人 网 络 ▄▃.htm
◤CSS教程.滤镜.Chroma属性--▃▄ 龙 人 网 络 ▄▃
content=网页制作教程:asp教程,ASP.net教程,XML教程,PHP教程,FrontpageXP教程,DreamWeaverMX教程,JSP教程,JavaScript教程,VBScript教程,CSS教程,FrontpageXP,DreamWeaverMX,JSP,JavaScript,VBScript,CSS,asp,ASP.net,XML,PHP相关技巧及资源
name=description> type=text/css rel=stylesheet>
onmouseover="window.status='欢迎光临【龙人网站】www.rr365.net,专业服务全为您!!!';return true"
onclick=dynOutline() ;>
height=30>
height=53 alt=网站优化,网站排名
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/logo-up.gif" width=195
border=0>
网页制作教程:CSS教程
height=31>
href="http://www.rr365.net/edu-webdesign/index.htm"> color=#000000>网页制作教程
href="http://www.rr365.net/index.htm">首 页
href="http://www.rr365.net/web-promotion.htm">网站推广
href="http://www.rr365.net/webrestruction.htm">网站优化
href="http://www.rr365.net/agent/emarketing.htm">轻松代理
href="http://www.rr365.net/webhosting.htm">虚拟主机
href="http://www.rr365.net/vpp/domain.htm">域名注册
href="http://www.rr365.net/webdesign.htm">网站建设
width=25 border=0> color=#ff0000>CSS教程
认识CSS
语法
伪类—动态链接
CSS属性
CSS定位
href="http://www.rr365.net/edu-css/css106.htm">滤镜
href="http://www.rr365.net/edu-css/css107.htm">CSS结合JS的运用
href="http://www.rr365.net/edu-css/css108.htm">如何在网页中插入CSS
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/logo411.gif" width=25
border=0> href="http://www.rr365.net/edu-css/css2.htm"> color=#008080>CSS技巧
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/logo411.gif" width=25
border=0> CSS相关网站
W3C之CSS规范
CSS
Tutorial
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/logo411.gif" width=25
border=0> href="http://www.rr365.net/edu-css/css4.htm"> color=#008080>CSS相关软件
CSS教程.滤镜
style="FONT-SIZE: 11pt">4、Chroma属性 style="FONT-SIZE: 11pt">
style="FONT-SIZE: 11pt"> Chroma属性可以设置一个对象中指定的颜色为透明色,它的表达式如下:
style="FONT-SIZE: 11pt"> color=#006666>Filter:Chroma(color=color)
style="FONT-SIZE: 11pt"> 这个属性的表达式是不是很简单,它只有一个参数。只需把您想要指定透明的颜色用Color参数设置出来就可以了。比如下面这幅图:
alt=原图 src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/css030.gif"
width=231 border=0 orig_onmouseout="null"
orig_onmouseover="null">
style="FONT-SIZE: 11pt"> 图中显示两种字体,两种颜色,我们现在对“leaves”字体添加chroma属性,使其透明。代码如下:
style="FONT-SIZE: 11pt"> color=#006666><html> <head>
<title>chroma filter</title>
<style> <!--
div{position:absolute;top:70;width:200;
filter:chroma(color=green)} color=#cc33cc>//*定义DIV范围内绿色为透明色,另外设置DIV的位置*// color=#006666>p{font-family:bailey;font-size:48;font-weight:bold; color:green}
//*设置P的字体名称、大小、粗细、颜色*// color=#006666>em{font-family:lucida handwriting
italic;font-size:48;
font-weight:bold;color:rgb(255,51,153)} color=#cc33cc>//*设置EM的字体名称、大小、粗细、颜色*// color=#006666>-->
</style> </head> <body>
<div> <p>LEAVES
<em>LOVE</em></p> </div>
</body> </html>
style="FONT-SIZE: 11pt"> 通过上面代码中对chroma的属性设置,使绿色透明。显示效果如下图:
alt=chroma属性效果
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/css031.gif" width=182
border=0 orig_onmouseout="null" orig_onmouseover="null">
style="FONT-SIZE: 11pt"> 我们看到绿色的leaves href="http://www.rr365.net/edu-css/css.htm"> color=#000000>字体不见了,实际上它是透明了,在IE下点击它所在的区域,它还是会显示出来(见下图):
alt=ie下的显示
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/css032.gif" width=232
border=0 orig_onmouseout="null"
orig_onmouseover="null">
style="FONT-SIZE: 11pt"> 另外,需要注意的是,chroma属性对于图片文件不是很适合。因为很多图片是经过了减色和压缩处理(比如JPG、GIF等格式),所以它们很少有固定的位置可以设置为透明。
style="FONT-SIZE: 11pt"> 本节我们讲述了chroma属性的应用,下一节将向您介绍Dropshadow属性。
align=center>
上一节| href="http://www.rr365.net/edu-css/css106e.htm">下一节
网页教程: href="http://www.rr365.net/edu-asp/index.htm">ASP| href="http://www.rr365.net/edu-asp-net/asp-net.htm">ASP.net| href="http://www.rr365.net/edu-xml/xml.htm">XML| href="http://www.rr365.net/edu-php/php.htm">PHP4 | href="http://www.rr365.net/edu-frontpage/frontpage.htm">FrontpageXP |
href="http://www.rr365.net/edu-dreamweaver/dreamweaver.htm">DreamWeaverMX
align=center>
C#| href="http://www.rr365.net/edu-jsp/jsp.htm">JSP | href="http://www.rr365.net/edu-javascript/javascript.htm">JavaScript |
VBScript | href="http://www.rr365.net/edu-css/css.htm">CSS
target=_blank>
href="http://www.baidu.com/"> src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/baidu_logo.gif" align=bottom
border=0> marginWidth=0 marginHeight=0
src="◤CSS教程_滤镜_Chroma属性--▃▄ 龙 人 网 络 ▄▃.files/help1.htm" frameBorder=no
width=0 scrolling=no height=0>
bgColor=#e5ecf9>
href="http://www.rr365.net/summary/aboutus.htm">关于我们- href="http://www.rr365.net/summary/paymethod.htm">付款方式- href="http://www.rr365.net/helpcenter/helpcenter.htm">帮助中心- href="http://www.rr365.net/agent/agent.htm">轻松代理- href="http://www.rr365.net/sitemap.htm">网站地图- href="mailto:support@rr365.net">联系我们
|
相关资源 |
|
-
web开发离不开css层叠样式表。此书言简意赅介绍了css技术。最常用的、最简洁的实例。希望对各位有所帮助!
-
制作使用css层叠样式表时可方便查阅对应内容
-
5日精通css层叠样式表(CHM)什么是层叠样式表,如何建立样式,创建并引用样式类,字体与文本属性,颜色与图像属性,边框属性,滚动条属性,方块属性,滤镜,其它属性
-
精通CSS层叠样式表,1.2 样式表能为我们做什么? ·1.5 分类及其它技巧 ·1.6 串接 ·1.7 关于浏览器的坏消息·2.2 按照字体名称调用字体 ·2.3 对字号的控制·2.4 加重显示和
-
关于CSS一本书 希望对你有所帮助!!!
-
JavaWeb/JSP开发的笔记总结等,希望对大家有所帮助!
-
98下的PCI驱动源代码!希望对各位有所帮助
只要稍微修改就可以成为2000的驱动了!
-
cost207无线信道模型,希望对大家有所帮助!一起进步!
|