二十、下拉菜单出现淡入淡出效果
如何让“二十十”下拉菜单出现并带有淡入淡出效果?
如果您将鼠标放在“父页面”上,它会立即显示包含所有页面的下拉列表。但是,希望让它显示一些淡入淡出效果。
How can I have the Twenty Ten dropdown menu appearing with some fade effect?
If you put your mouse over the "A parent page" it promptly shows a dropdown list with all pages. However, would like to have it showing with some fade effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下拉菜单使用CSS实现,无法产生动画效果。您必须使用一些 javascript,最好是像 jQuery 这样的库,它可以让您轻松应用此类效果。
当然,您必须能够将 JavaScript 放入您的页面中,这在像 wordpress.com 这样的预配置主机上是不可能的。
The dropdown menu is implemented using CSS, which cannot produce animated effects. You would have to use some javascript, preferably a library like jQuery, which lets you apply such effects easily.
You must of course be able to put javascript into your page, which is not possible on pre-configured hosts like wordpress.com.