1. 首页
  2. 考试认证
  3. 软考等考
  4. DIV实现简易漂浮层放置分页信息思路分享

DIV实现简易漂浮层放置分页信息思路分享

上传者: 2020-12-17 18:06:54上传 PDF文件 26.2KB 热度 5次
复制代码代码如下: <html> <head> <title>DIV实现简易漂浮层:固定分页和操作按钮在页面位置 </title> </head> <style> table, th, td { border: 1px solid blue; border-collapse:collapse; } div2{ position:absolute; left:20px; top:60%; height:50px; width:350px; } div1{ position:absolute; right:35%; top:6
下载地址
用户评论