代码特效编写,网页特效代码

1,网页特效代码怎么写在BODY里了应该在HEAD这个定义字符集最好不要删除都要啊...怎么能少呢???已经很精简了...
2,网页特效代码如何编写可以自己DW写,也可以去你看上的特效里 把代码截取出来可以用个 网页特效代码生成 的软件具体看你要什么样子的特效了,一般都用jquery , 我觉得你可以去官网看看 那里都有手册,www.jquery.com
3 , 求一特效代码急我经常用下面的代码,主要是兼容性很好 , 滚动实例比较多 , 想要实现什么效果基本能都能满足你的要求这也是网上好多人用得比较多的一个JS的封装好了的类Class Of Marquee Scroll通用不间断滚动JS封装类http://www.popub.net/script/MSClass.html【代码特效编写,网页特效代码】
4 , 网页特效代码咋编写的使用别人的注意插入地点就可以了;自己编写就不会这么问了,都是用js编写JS编写的 , 具体不同的特效代码是不同的你要做一个怎样的特效?不会写抄啊,搜索下网页特效 。特效代码怎么编写,用程序语言啊大多是jquery写的 。还有flash等 。这些具体怎么说,还不如说具体怎么学 。。。5 , flash特效代码如下!function 鼠标跟随(myString, a, b, c, txtspeed) Mouse.hide(); var i = 0; while (i<String_num)this["dx"+i] = 0;this["dy"+i] = 0;var mc = _root.createEmptyMovieClip("txt"+i, i);this["color"+i] = new Color(mc);with (mc)_xscale = _yscale=txtspeed;createTextField("mytxt", i, 0, 0, 0, 0);mytxt.autoSize = true;mytxt.text = myString.substr(i, 1);}// End of withi++; } // end while _root.onEnterFrame = function()txt0._x = _root._xmouse;txt0._y = _root._ymouse;var _l3 = 0;while (_l3<String_num)this["color_from"+_l3] =this["color"+_l3].setTransform(this["color_from"+_l3]);this["dx"+_l3] = this["dx"+_l3]*a+(this["txt"+(_l3-1)]._x+c-this["txt"+_l3]._x)*b;this["dy"+_l3] = this["dy"+_l3]*a+(this["txt"+(_l3-1)]._y-this["txt"+_l3]._y)*b;this["txt"+_l3]._x = this["txt"+_l3]._x+this["dx"+_l3];this["txt"+_l3]._y = this["txt"+_l3]._y+this["dy"+_l3];_l3++;}// end while }; } // End of the function var myString = "by: Vkess 夶剛 QQ:316612312"; var a = 0.650000; var b = 0.100000; var c = 20; var txtspeed = 150; var String_num = myString.length; 鼠标跟随(myString, a, b, c, txtspeed);

    推荐阅读