本文介绍了我的引导卡在Internet Explorer中的压力过大的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已使用Bootsrap 4.1如何解决此问题?在IE中打开此链接,然后检查此投资组合的工作"部分.访问 http://monishussain. online.cp-in-17.bigrockservers.com/
I have used Bootsrap 4.1 How can I fix this up? open this link in IE and check Work section of this portfolio Visit http://monishussain.online.cp-in-17.bigrockservers.com/
推荐答案
从下图所示的div中删除card
类,并向其中添加border
类以为其设置1px边框.
Remove the card
class from the div shown in the image below and add border
class to it to give it a 1px border.
从
<button class="btn btn-warning d-md-none d-lg-block"><a href="Blog Admin panel/index.html" class="text-dark" target="_blank">View</a></button>
到
<a class="btn btn-warning d-md-none d-lg-block" href="glozzom2/index.html">View</a>
这篇关于我的引导卡在Internet Explorer中的压力过大的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!