1、打开hbuilder,在空白的html文件上面设置一个div,给div一个class并命名为img:
2、在css里设置img的类一定的宽和高,引入示例图片,设置图片为不重复。并且给img的类设置“:hover”伪类,设置伪类内的透明度为0.6:
3、打开浏览器,在浏览器内查看效果:
4、将鼠标移入图片,就会发现图片已经变亮了。以上就是用CSS设置鼠标经过图片变亮,移开变变暗效果的演示:
<style type=text/css>.pagetitle {height:20line-height:150%FILTER:Glow(Color=#a0ffa0,Strength=5)font-
size:18pttext-align:center}
</style>
<p class=pagetitle>发光不发关,就看你怎么设置滤镜的参数。还急,你可以查看别人的HTML代码呀,不知道你是否说的这个。还在问呀,你看不出我的全部回复就是一段法光的HTML吗,你复制到你的HTML文件里面试试看吧</p>
<p align="center" font-size="20px" style="filter:shadow(color=#111000,direction=135,strength:3)font-size:20px"><b>影阴效果</b></p>
<p align="center" font-size="20px" style="filter:Blur
(add=1,direction=45,strength=10)font-size:20px"><b>风吹效果</b></p>
<p align="center" font-size="20px"
style="position:relativewidth:200height:50filter:glow
(color=#9933cc,strength=4)margin-left:4px"><b>高斯模糊字体</b></p>
<p align="center" font-size="20px" style="position:relativewidth:100%filter:glow
(color=ffffff,strength=0) shadow(color=cccccc,direction:135)"><b>3D立体字</b></p>
<p align="center" style="filter:glow(color=red,direction=2)"><font size="20px"
color="#111111"><b>发光字体</b></font></p>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)