Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
538 views
in Technique[技术] by (71.8m points)

IE浏览器中不支持bootstrap的模态框效果,怎么解决

bootstrap中的模态框效果在其他浏览器中都正常显示,IE浏览器里没反应,怎么解决这个问题?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
加上这句话便可以实现效果了 已解决!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...