onmouseover 在 drupal 的 img 标签中不起作用
我正在 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的代码中存在 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.