网站应用 第8页
js实现第一次访问站时点击任何地方都先弹出一个广告页
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t…
js实现弹出层居中显示背景变灰效果
<HTML> <HEAD> <META http-equiv=content-type content="application/xhtml+xml; charset=gb2312" /> <…
js实现鼠标经过列表弹出提示层效果
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t…
js弹出居中窗口特效
<html> <head> <title>弹出窗口效果</title> <style> .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;…
js实现公告文字标题无缝向上滚动特效
<HTML> <HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <TITLE>无间隙文字向上滚动特效…
js实现批量生成18位身份证号码
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title&g…
JS实现联想、自动补齐功能
<html> <head> <meta charset="utf-8"> <style> * { box-sizing: border-box; } body {…
js报表双击固定样式,用于对比
在很多报表中,需要鼠标上下选择时显示对比颜色,在双击时显示固定的色表示选中状态。<table style="width:80%" border=1 onmouseover="getrow(this)" onmous…
css中鼠标样式大全
<p>请把鼠标移动文字上,看看效果吧</p> <div style="cursor: pointer;">手形</div> <div style="cursor:&nbs…