弹出窗口,跟随鼠标移动和原关闭按钮太小的问题

@macro_hard 大神当时帮我做了个,超链接弹出窗口,图片自适应的JSP文件。。
现在有点问题想解决:
1、如何弹出窗口,跟随鼠标移动
2、原关闭按钮太小的问题(能否改左边。或者自定义个关闭按钮?)
index.jsp文件的代码如下(尝试在里头加关闭按钮代码,但是不生效):
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>autoIMG demo</title>
  6. <script src="js/jquery-1.5.1.js"></script>
  7. <script src="js/jQuery.autoIMG.min.js"></script>
  8. <script>
  9. jQuery(function ($) {
  10.         $("img").autoIMG();
  11. });
  12. </script>
  13. </head>

  14. <body>
  15. <img height="400" width="400" src="<%=java.net.URLDecoder.decode(request.getParameter("imgurl"))%>">
  16. </body>
  17. </html>
复制代码

编辑于 2017-10-11 17:08  
FineReporttwshe 发布于 2017-10-11 17:07
回答问题
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
flyingsnake发布于2017-10-11 20:15(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 437浏览人数
  • 最后回答于:2017-10-12 07:49
    活动推荐 更多
    热门课程 更多
    返回顶部