SIFR:SIFR 文本内单词的表面工具提示
如果我 SIFR 化以下文本:
“我们为长颈鹿制作毯子和枕头。”
我知道我可以将 SPAN 部分设置为不同的颜色,我什至可以在 CSS 中为其指定 :hover 颜色更改。但是,如果文本不是 SIFR,我可以将 SPAN 作为 Javascript 工具提示的目标吗?
If I SIFR-ize the following text:
"We make <span>blankets </span> and pillows for giraffes."
I know that I can make the SPAN part a different color, and I can even assign it a :hover color change in CSS. But can I target that SPAN for a Javascript tooltip as I would if the text wasn't SIFR'd?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。当鼠标滑过整个 Flash 影片时您可以获得回调,但影片中的特定元素则无法获得回调。
No. You can get callbacks when the mouse goes over the entire Flash movie, but not for specific elements within the movie.