当前位置:首页 > 网站应用

网站应用

  • 最新
  • 浏览
  • 评论

js实现弹出层居中显示背景变灰效果

cjw1237个月前 (11-01)870
<HTML> <HEAD> <META http-equiv=content-type content="application/xhtml+xml; charset=gb2312" /> <...

js实现鼠标经过列表弹出提示层效果

cjw1237个月前 (11-01)950
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...

js弹出居中窗口特效

cjw1237个月前 (11-01)1060
<html> <head> <title>弹出窗口效果</title> <style> .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;...

js实现公告文字标题无缝向上滚动特效

cjw1237个月前 (11-01)1120
<HTML> <HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <TITLE>无间隙文字向上滚动特效...

js实现批量生成18位身份证号码

cjw1237个月前 (11-01)700
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title&g...

JS实现联想、自动补齐功能

cjw1237个月前 (11-01)1120
<html> <head> <meta charset="utf-8"> <style> * { box-sizing: border-box; } body {...

js报表双击固定样式,用于对比

cjw1237个月前 (11-01)680
在很多报表中,需要鼠标上下选择时显示对比颜色,在双击时显示固定的色表示选中状态。<table style="width:80%" border=1 onmouseover="getrow(this)" onmous...

css li超出自动隐藏代码

cjw1237个月前 (11-01)1030
<style>  <!--  li {      width:200px;      white-space:nowrap;  &n...

css中鼠标样式大全

cjw1237个月前 (11-01)1010
<p>请把鼠标移动文字上,看看效果吧</p> <div style="cursor: pointer;">手形</div>  <div style="cursor:&nbs...

css3设计伪元素实现太极阴阳图并旋转

cjw1237个月前 (11-01)1140
<style> body{margin:0;} .wrap{ position:relative; width:200px; height:100px; background-color:#fff; margin:50px auto; border-width:...