单击带有填充的跨度
我有一个没有文本的跨度,它看起来像一个图像,它有背景和填充。 但它不执行 onclick 事件。 该怎么办? 我是否需要对其他所有内容进行明显的更改?
I have a span with no text, it looks like an image, it has background and padding. But it doesnot execute onclick event. What to do? Do I need obviously change span to everything else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
确保跨度内有一些东西,例如:
Make sure there's something inside the span, e.g.:
据我所知,如果您希望其背景可见,您需要设置跨度的宽度和高度。 至少你需要在跨度内包含一个空格
As far as i know if you want its background to be visible you need to set width and height for the span. And at least you need to include a space inside span
不需要空间或任何东西,它在没有任何改变的情况下工作得很好,那是我的错!
There is no need in spaces or anything, its working great without any changes, that was my bad!