- 博客(6)
- 收藏
- 关注
原创 渐变背景(蓝紫渐变) css代码
body { min-height: 880px; padding: 100px 0px 0px 0px; font-family: 'Arimo', sans-serif; font-size: 100%; background: #722e25; /* Old browsers */background: -moz-linear-gradient(45de
2016-01-07 15:04:36 3891
原创 jQuery弹出层效果,有关闭按钮
jQuery弹出层效果.black_overlay{display: none;position: absolute;top: 0%;left: 0%;width: 100%;height: 100%;background-color: black;z-index:1001;-moz-opacity: 0.8;opacity:.80;
2015-12-24 10:31:45 803
原创 js实现全选与反选
js实现全选与反选 // --列头全选框被单击--- function ChkAllClick(sonName, cbAllId){ var arrSon = document.getElementsByName(sonName); var cbAll = document.getElementById(cbAllId); var tempState=cbAll.
2015-12-22 14:57:30 411
原创 WiFi认证弹出页
无标题文档table{width: 100%;border:11px;border-bottom-color:#000; height:95%;}table td img{ width: auto\4; width:100%; height: auto; alignment-adjust:central;}button {
2015-12-21 17:29:53 1699
原创 html获取屏幕宽度及其分辨率
function a(){document.write("屏幕分辨率为:"+screen.width+"*"+screen.height+""+"屏幕可用大小:"+screen.availWidth+"*"+screen.availHeight+""+"网页可见区域宽:"+document.body.clientWidth+""+"网页可见区域高:"+documen
2015-12-21 17:24:32 4428
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人