弹出窗口,跟随鼠标移动和原关闭按钮太小的问题
@macro_hard 大神当时帮我做了个,超链接弹出窗口,图片自适应的JSP文件。。
现在有点问题想解决:
1、如何弹出窗口,跟随鼠标移动
2、原关闭按钮太小的问题(能否改左边。或者自定义个关闭按钮?)
index.jsp文件的代码如下(尝试在里头加关闭按钮代码,但是不生效):
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>autoIMG demo</title>
- <script src="js/jquery-1.5.1.js"></script>
- <script src="js/jQuery.autoIMG.min.js"></script>
- <script>
- jQuery(function ($) {
- $("img").autoIMG();
- });
- </script>
- </head>
- <body>
- <img height="400" width="400" src="<%=java.net.URLDecoder.decode(request.getParameter("imgurl"))%>">
- </body>
- </html>
复制代码
编辑于 2017-10-11 17:08
|
FineReporttwshe
发布于 2017-10-11 17:07
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知