如何通过单击“放大”来放大 Jquery Portlet?图标?
我搜索了论坛,没有找到任何与我的问题相关的帖子,所以我发布了我的查询。 我的页面上有四个 Jquery Portlet。我想要做的是在单击“放大”图标时放大 Portlet,该图标将遮盖页面的所有其他内容,并在单击“关闭”按钮时缩小。 我已经尝试过 jQuery“animate()”函数。那对我不起作用。 有人可以帮忙吗?
I have searched the forums and did not find any post relevant to my problem so I am posting my query.
I have Four Jquery Portlets on my page.What I want to do is zoom-in a portlet on click of "Zoom-in" icon that will overshadow all other contents of page and zoom-out on click of "close" button.
I have tried out jQuery "animate()" function. That does not work for me.
Can anybody please help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这有帮助吗?
http://janne.aukia.com/zoomooz/
我觉得这太神奇了,如果不是你的话应该有它哈哈:)希望它有帮助。
另外,在 mozila 上,它在 css
body {-moz-transform:scale(2)}
上,我假设在 css3 上您也可以使用 -webkit-,但如果您使用 google、缩放或缩放,
http://www.css3.com/css-zoom/ 这是另一个来源,
<一个href="http://www.solucior.com/15-Zoom_with_CSS3.html" rel="nofollow">http://www.solucior.com/15-Zoom_with_CSS3.html
could this help at all?
http://janne.aukia.com/zoomooz/
I think it's just too amazing, if not you should have it lol :) Hope it helps.
Also, on mozila its this on css
body {-moz-transform:scale(2)}
I am assuming on css3 you can also use -webkit-, but if you google, zoom, or scale,
http://www.css3.com/css-zoom/ here is another source,
http://www.solucior.com/15-Zoom_with_CSS3.html