Jquery 还是 CSS?...用于缩放 div
<html>
<body>
<div id="text">
<marquee>
Hello there.....
</marquee>
</div>
</body>
</html>
我正在尝试对
制作“放大镜”效果,但仅限于其中的中间(而不是整个 div)。CSS 或 Jquery 有解决方案吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个链接: http://www.tripwiremagazine.com/2010/05/25-excellent-jquery-image-zoom-plugins-creating-stunning-image-effects.html
它有许多不同的解决方案,也许其中一个能满足您的需求。
例如:
或者这样:
Take a look at this links: http://www.tripwiremagazine.com/2010/05/25-excellent-jquery-image-zoom-plugins-creating-stunning-image-effects.html
It has many different solutions, maybe on of them will fit your needs.
This, for example:
Or this: