【发布时间】:2021-05-18 17:54:19
【问题描述】:
我正在构建一个前端站点,但我无法弄清楚为什么我的锚标记没有在 IE 11 中显示。我没有做任何花哨的事情,它只是不可见。
该网站位于 etcnow.org
非常感谢任何帮助!
<section class="curriculum centered-block">
<h3>Curriculum</h3>
<p>
ETC’s integrative and alternative education model is designed to
eliminate the stigma of utilizing mental health services. Its seamless
clinical learning model fosters emotional self-efficacy while building
essential life skills.
</p>
<a class="btn grow" href="/curriculum">Learn More</a>
</section>
【问题讨论】:
-
我的猜测(虽然可能是错误的)是您在部分填充中使用了
calc和vw?不过我没有 IE 可以测试,所以不完全确定。
标签: html css internet-explorer