试图找到一个用于调整方块大小的脚本 - 有什么建议吗?
我需要一个脚本,最好是jquery,来执行以下操作:
我有四个小方块(即div标签),每个小方块都有不同的颜色,嵌套在一起形成一个大方块。
当我将鼠标悬停在一个小方块上时,它会放大并覆盖整个巢。当我移开鼠标时,放大的正方形将恢复到其在巢中的原始大小。
我希望你明白这一点。
是否有脚本可以执行此操作?
在 Sprint 网站上可以找到类似的动画和调整大小的想法: 链接文本
但我希望放大的正方形的动画覆盖巢中的其他三个正方形。
非常感谢大家。
埃里克
I need a script, preferably jquery, to do the follwoing:
I HAVE FOUR LITTLE SQUARES (i.e. div tags) each a different color nested together to make ONE LARGE SQAURE.
WHEN I HOVER OVER ONE SMALL SQUARE, IT ENLARGES AND COVERS THE ENTIRE NEST. When I move away the mouse, the enlarged sqaure will go back to its original size in the nest.
I hope you understand this.
Is there a script that will do this?
A similar idea of the animation and resizing is found on the Sprint website:
link text
But I want the animation of the enlarged square to cover the three other squares in the nest.
Many thanks to everyone.
Erik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该做你想要的:
HTML
CSS
jQuery
This should do what you want:
HTML
CSS
jQuery