<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title> <style type="text/css">
#bodyId{
border:#0000FF solid 1px;
width:500px;
height:800px;
} </style> <script type="text/javascript">
window.onload = function()
{
document.body.onmouseover = function()
{
var adId = document.getElementById("adId");
adId.style.left = event.x - 10;
adId.style.top = event.y - 10; }
} function closed()
{
var adId = document.getElementById("adId");
adId.style.display = "none";
} </script> </head> <body> <div id="adId" style="position:absolute; left:0; top:0;" onclick="closed()">
<a href="http://www.baidu.com" target="_blank" ><img src="1.jpg" width="80px" height="100px" /> </a>
</div> <div id="bodyId" >
body 区域
</div> </body>
</html>

最新文章

  1. 使用LogMaster4Net实现应用程序日志的集中管理
  2. java疑问-继承问题
  3. 最全的iOS面试题及答案-转载
  4. 【final】站立会议---11.27
  5. 贪心+构造( Codeforces Round #344 (Div. 2))
  6. js中的with语句
  7. wordpress编辑主题时报错Warning: scandir() has been disabled for security reasons in
  8. 【C#学习笔记】图片像素操作
  9. Drainage Ditches(Dinic最大流)
  10. 转:11个实用但你可能不知道的Python程序库
  11. HDU 1520 树形DP入门
  12. Java框架spring 学习笔记(十六):c3p0连接池的配置以及dao使用jdbcTemplate
  13. linux安装php-redis扩展
  14. 39. 在linux下装好Tomcat要给 tomcat/bin/下面所有.sh的文件执行权限
  15. ZeptoLab Code Rush 2015 B. Om Nom and Dark Park DFS
  16. K&amp;R《C语言》书中的一个Bug
  17. android 各种颜色值 colors.xml
  18. Python爬虫教程-33-scrapy shell 的使用
  19. centos下 KeyboardInterrupt 退不出来的结局方法
  20. 37-生成 JWT Token

热门文章

  1. linux 终端操作快捷键
  2. 学习 Tornado
  3. Ubuntu 系统下可以做什么?
  4. Python正则表达式基础
  5. python爬虫--爬取cctv连续剧
  6. leetcode第一刷_Rotate Image
  7. random模块(随机数库)
  8. Android下拉快捷设置面板添加快捷开关流程
  9. Spring_HelloWord
  10. Hibernate关联关系的CRUD