onmouseover 在 drupal 的 img 标签中不起作用

发布于 2024-12-27 11:18:59 字数 277 浏览 1 评论 0原文

我正在 drupal 中创建一个节点。 我在其中添加了 标签,然后单击完整的 HTML,效果很好。 现在我想在不编辑 CSS 的情况下在该图像上添加 onmouseover 效果。

在 html 中使用 img src 标签工作正常,但是 但 onmouseover 效果不起作用。 使用上面的代码,图像正在显示,但其余代码出现在图像下方。 在此处检查图像

I am creating a node in drupal.
I have added <img src="img.jpg"> tag in it and clicked on full HTML and it works well.
Now i want to add onmouseover effect on that image without editing CSS.

using img src tag in html is working fine but
but onmouseover effect is not working.
With the above code the image is being displayed but rest of the code is appearing below the image. Check the image here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独岁月 2025-01-03 11:18:59

您的代码中存在 HTML 语法错误,可能是放错位置的“>”特点。使用 http://validator.w3.org 检查页面(提供给浏览器)以找到错误。

You have an HTML syntax error in your code, probably a misplaced “>” character. Check the page (as served to browsers) with http://validator.w3.org to locate the error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文