当鼠标经过时显示 2 个图像,使用什么函数?
我试图使我的标题看起来像这样: http://wareztuga.ws/index.php我想知道当我们经过家底部时他们是如何做到这一点的,它会闪烁。
我知道我们需要两张图像才能获得该结果,但我需要该功能。
I'm trying to make my header looks like this: http://wareztuga.ws/index.php and i was wondering how they managed to do that when we pass over the home bottum it flashes.
I know we need to have two images for that result but i need the funcion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这与 PHP 无关。你只需更改 image-src ...那里有很多代码示例。这是一个。
this is not related to PHP. you just change the image-src ... there are many code-examples for that out there. here is one.
有许多方法可以实现图像翻转。这是一个非常基本的方法:
更好的方法是使用 jQuery 或其他一些使 HTML 不含 JavaScript 代码的库。如果你用谷歌搜索“javascript image rollover”或“jquery image rollover”,你会发现很多很多不同的方法。
There are many approaches to implementing an image rollover. Here's a very basic approach:
A more preferable method would be to use jQuery or some other library that keeps the HTML free of JavaScript code. You'll find many, many different ways to do it if you Google "javascript image rollover" or "jquery image rollover".