本文实例讲述了jQuery实现3D文字特效的方法。分享给大家供大家参考。具体如下:
这款基于jQuery的3D文字特效演示,不是真正的3D,是由多个文字形成的3D效果,如果首次加载网页出错的话,请刷新一下页面,当然在使用中不会出现此问题。
复制代码 代码如下:
body{
font-family: Arial, "MS Trebuchet", sans-serif;
background-color: #111;
}
#list{
margin:0 auto;
height:600px;
width:600px;
overflow:hidden;
position:relative;
background-color: #000;
}#list ul,#list li{
list-style:none;
margin:0;
padding:0;
}
#list a{
position:absolute;
text-decoration: none;
color:#666;
}
#list a:hover{
color:#ccc;
}
- ajax
- css
- design
- firefox
- flash
- html
- Devirtuoso
- jquery
- PHP
- SEO
- usability
- www
- web
- xhtml
希望本文所述对大家的jQuery程序设计有所帮助。



