有关div页面拖动、缩放、关闭、遮罩效果代码

时间:2024-04-10 10:45:34 

<htmlxmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/> <title>UntitledDocument</title> <style></style><style bogus="1">#rRightDown,#rLeftDown,#rLeftUp,#rRightUp,#rRight,#rLeft,#rUp,#rDown{ position:absolute; background:#00F; width:3px; height:3px; z-index:6; font-size:0; } #rLeftDown,#rRightUp{cursor:ne-resize;} #rRightDown,#rLeftUp{cursor:nw-resize;} #rRight,#rLeft{cursor:e-resize;} #rUp,#rDown{cursor:n-resize;} #rLeftDown{left:-4px;bottom:-4px;} #rRightUp{right:-4px;top:-4px;} #rRightDown{right:-4px;bottom:-4px;background-color:#00F;} #rLeftUp{left:-4px;top:-4px;} #rRight{right:-4px;top:50%;margin-top:-4px;} #rLeft{left:-4px;top:50%;margin-top:-4px;} #rUp{top:-4px;left:50%;margin-left:-4px;} #rDown{bottom:-4px;left:50%;margin-left:-4px;}</style> <script type="text/javascript"></script> </head> <body onLoad="createIframe()"> <table> <tr> <td>aa</td> <td><input type="text"/></td> </tr> <tr> <td>bb</td> <td><input type="text"/></td> </tr> </table>  <input type="button"id="tt"name="tt"value="Click"onClick="htmlEditor()"/> </body> </html>


标签:div,页面拖动,缩放,遮罩
0
投稿

猜你喜欢

  • python常用知识梳理(必看篇)

    2021-04-30 07:37:39
  • JavaScript中两个字符串的匹配

    2023-08-08 00:46:01
  • 形象化的reflow

    2008-06-08 13:33:00
  • python Event事件、进程池与线程池、协程解析

    2023-09-06 00:39:19
  • 按键标示的设计体验

    2008-08-27 12:06:00
  • mysql实现按照某个时间段分组统计

    2024-01-14 21:18:36
  • 效控制C#中label输出文字的长度,自动换行

    2023-07-22 04:02:49
  • 扩展性很好的一个分页存储过程分享

    2011-11-03 17:04:16
  • Oracle中的table()函数使用

    2024-01-19 14:50:10
  • Python实例练习逆序输出字符串讲解

    2021-02-27 05:28:39
  • vue3.0语法糖内的defineProps及defineEmits解析

    2024-05-09 09:25:43
  • python定义具名元组实例操作

    2023-05-16 22:22:55
  • 打包python 加icon 去掉cmd黑窗口方法

    2021-12-01 15:26:38
  • mysql中的跨库关联查询方法

    2024-01-25 22:48:06
  • python爬虫之验证码篇3-滑动验证码识别技术

    2021-08-19 07:15:38
  • 详解Python中的 type()函数

    2023-12-03 09:13:39
  • 在antd Form表单中select设置初始值操作

    2024-05-02 17:03:12
  • python中count函数知识点浅析

    2023-05-21 18:41:30
  • python-numpy-指数分布实例详解

    2022-01-14 07:00:32
  • Python实现一个简单的递归下降分析器

    2022-10-05 16:23:13
  • asp之家 网络编程 m.aspxhome.com