制作html图像区域‘coord’ 闪烁或发光 …
我试图使 html 图像 对查看者更清晰。 任何 javascript 示例都可以使这些坐标闪烁效果或类似效果,只要每个坐标对查看者来说都是清楚的?
p/s:粘贴问题< 区域。这就是为什么你没有看到我的完整消息。抱歉重新发布
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有测试过这个,因为我现在没有时间,但你应该能够仅使用 CSS 让它脱颖而出,如下所示:
i haven't tested this as i don't have time right now but you should be able to make it stand out just with CSS, something like this:
两个解决方案:一是覆盖另一张图像。 除了要突出显示的区域之外,覆盖图像将是透明的,并且不透明度设置得足够低,以便仍然可以看到其后面的内容。 第二,使用真实图像作为前面提到的“覆盖”图像的背景图像(覆盖图像必须使覆盖区域已经是半透明的,而不是使用CSS)。
例如(版本一)
例如(版本二)
Two slutions: one, overlay another image. The overlay image would be transparent except for the region you want to highlight, and with opacity set low enough to still see what is behind it. And two, use the real image as the background image to the aforementioned 'overlay' image (the overlay image must have the overlay region already be translucent instead of using css).
e.g. (version one)
e.g. (version two)