我们怎样才能做到“放大”呢?单击带有 html 的网站选项卡时的功能?
我有一个用 HTML 设计的页面,页面左侧有一些选项卡。现在,如果我单击一个选项卡,它必须显示具有放大功能的页面(即该选项卡必须具有放大功能,其余页面将位于特定缩小选项卡的背景)。
为了清楚地理解,请参阅通过 Flash 完成的此网站。我想要同样的东西,但是使用 HTML 控件。
有人能面对这个问题吗?请建议如何解决此问题。
I have a page which is designed in HTML, and there are some tabs on the left side of the page. Now if I click one a tab, it has to display the page with a Zoom-in feature (i.e. that tab has to come with zoom-in and the remaining page will be at the background of the particular zoom-out tab).
For clear understanding, see this site which is done through Flash. The same thing I want, but with the use of HTML controls.
Could anybody face this problem? Please suggest on how to resolve this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以用 jquery 来做这件事。
鼠标悬停在特定元素上时,更改其 css 以增加大小并更改 z-index。
您可以从此处获得有关此问题的帮助
i think you can do this thing with jquery.
on mouseover a particular element change its css to increase size and to change z-index.
you can get help on this thing from here