contenteditible 悬停时不显示边框
我试图将鼠标悬停在此处的 contenteditible 部分上: http://html5demos.com/contenteditable
这是我有什么: http://jsbin.com/ipoziw/edit#javascript,html,live为什么
当您将鼠标悬停在我的
标记上时,它是否不显示边框,就像第一个链接中的部分一样?
I'm trying to match the hover over the contenteditible section here: http://html5demos.com/contenteditable
This is what I have: http://jsbin.com/ipoziw/edit#javascript,html,live
Why is my <p>
tag not showing the border when you hover over it, like the section is in the first link?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在演示中看到的边框不是默认行为,他们使用了此 CSS:
只需将其添加到您自己的 CSS 中: http://jsbin.com/ipoziw/2
The border you see on the demo is not default behavior, they've used this CSS:
Just add it to your own CSS: http://jsbin.com/ipoziw/2