在 div 上创建淡出效果
我在创建这个时遇到了麻烦。
我使用 jQuery 作为我的主要 JS 库。我想使用 fade() 函数创建一个 div,当鼠标悬停时,它会淡出以显示下面的内容。
举例来说,一个具有灰色背景的 div,顶部有一个图像,该图像会淡出以显示下面的内容。这可能吗?我不太擅长 JS/jQuery
im having trouble with creating this.
Im using jQuery as my main JS library. I wanted to use the fade() function to create a div, which when rolled-over would fade to show content underneath.
Say for instance a div with grey background with an image on top, which would fade to reveal content underneath. Is this possible? Im not very good with JS/jQuery
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的http://jsfiddle.net/dkpgQ/2/?
编辑:代码...
HTML
Javascript
CSS
Something like this http://jsfiddle.net/dkpgQ/2/ ?
EDIT: code...
HTML
Javascript
CSS
您可以使用 jquery
这个链接包含更多说明。
或者您可以使用 jquery animate 函数,如链接中所述
You can use jquery
This link contains more explanation.
Or you can use the jquery animate function as explained in this link