常用技术
文章平均质量分 73
飞龙剑
这个作者很懒,什么都没留下…
展开
-
DIV拖拽和自动缩放
body {margin:0px;padding:0px;font-size:12px;text-align:center;} body > div {text-align:center; margin-right:auto; margin-left:auto;} .content{width:900px;} .content .left{ float:left; width:20转载 2013-02-08 22:02:27 · 5339 阅读 · 0 评论 -
div弹出框拖拽
简单的DIV拖动 function mydrag(id, id_title, id_content) { var obj = document.getElementById(id); var obj_title = document.getElementById(id_title); var obj_content = document.getElementById(id原创 2013-02-08 22:17:34 · 847 阅读 · 0 评论 -
用div实现的拖拽效果(适合作首页)
<!-- body {width:100%; max-height:100%; padding:0px; margin:0px; text-align:center} .cell {float:left; clear:right} .row {clear:both} .r_nbsp {width:20px} .root {width:868px;转载 2013-02-08 22:11:56 · 1014 阅读 · 0 评论 -
遮罩层样式
#page_mask { display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index: 6000; -moz-opacity: 0.3; opacity: .30; filter: alpha(原创 2013-02-09 00:11:08 · 719 阅读 · 0 评论