Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个 Bing Outage Map 不允许我正确查看 pin 上的 html 框。 我只能在兼容视图中查看 IE 中框的全文。
请指定最小交叉兼容性线
html代码顶部的doctype
<!DOCTYPE HTML> <html>
也在head标签下请定义这个meta标签
head
meta
<meta http-equiv="X-UA-Compatible" contant="IE=edge" />
这应该可以调整一些问题,
如果不是,请回复页面链接或一些实时工作代码及其小提琴,这将有助于更好:)