| | 设为主页 电脑论坛
网页文字特效代码:逐渐变色的文字效果
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <FCK:meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>逐渐变色的字</title> <style> .box{ position:relative; width:1000px; } .comm{ font-size:60px; color:#ddd; font-family:黑体; position: absolute; top:0; left:0; } .red{ color: #0000FF; width: 0; overflow: hidden; white-space: nowrap; z-index: 10; }; </style> </head> <body> <div class="box"> <strong id="Title" class="comm">引导线www.yindaoxian.com</strong> </div> </body> </html> 运行代码复制代码 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
文章由引导线网页制作网整理发布!欢迎大家转载!