<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>建站学-www.jzxue.com|---用CSS控制透明图片</title> </head> <body> <style> body{ font-size:12px;} #top{position:absolute;} #top a img{-moz-opacity:0.5; filter:alpha(opacity=50);border:0px;} #top a:hover{font-size:9px;} #top a:hover img{-moz-opacity:0.5; filter:alpha(opacity=80);cursor:hand;} </style> <div> <div id="top"><a href="http://www.jzxue.com" target="_blank"><img src="http://www.jzxue.com/Files/Remoteupfile/2007-2/23/200682495750348.JPG" /></a></div> 这里是一些文字</div> </body> </html>
运行代码 复制代码 另存代码 收藏本页 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]