当前位置:首页
> JS 第2页
文字特效代码:超酷文字快速展示
<!--要完成此效果需要三个步骤 第一步:把如下代码加入到<head>区域中--> <style> .let{ color:white; font-family:Verdana; font-weight:bold; width:500; filte...
打字机效果的带超链接的新闻标题
<html> <head> <title>打字效果的带链接的新闻标题</title> <meta http-equiv="Content-Type" content="text/html;&...
js打印文字打字输出特效代码
<center> <style type="text/css"> .a{background:#666666; border:0px solid #000000; width:300px; h...
网站底部显示运行多少天代码
直接运行看演示,根据需要自行调整!<center>今天是:<span><script language=Javascript type=text/Javascript> var day="";&nbs...
网站设置点击任何地方弹出新页面广告只弹出一次
1、js实现第一次访问站时点击任何地方都先弹出一个广告页:<script> document.onmousedown = function(){ var isOpenedAd =&nb...
div+css+js实现菜单的收缩与展开,适合问答
<html> <head> <title>div+css+js实现菜单的收缩与展开</title> <meta http-equiv="Content-Type" content="text...
表格内信息向上滚动代码,类似航班
<html> <head> <title>滚动信息</title> <meta http-equiv="Content-Type" content="text/html; char...