gpt4 book ai didi

css - 如何在不同浏览器中修复社区框 CSS 的高度

转载 作者:太空宇宙 更新时间:2023-11-04 03:01:11 24 4
gpt4 key购买 nike

与 Chrome 相比,社区框的高度在 Firefox 浏览器中看起来有所不同。我如何解决它? http://sciex.com/support

<div class="row"><!--   SECTON PROMO  -->
<div class="col-sm-6 col-md-6 col-lg-6">
<div><header><a class="promo-1153" href="community">Community</a></header>
<div style="height: 224px;">
<h2 style="padding: 15px;">Frequently Asked Questions:</h2>
<ul>
<li>What should I do if Analyst freezes and won&rsquo;t respond to any commands?</a></li>
<li>XIC Manager isn&rsquo;t working with multi-period data files, what should I do?</a></li>
</ul>
</div>
</div>
</div>
</div>

最佳答案

您需要 js 在您的布局中执行此操作:demo

var hRight = $('.right').height();
$('.left').height(hRight);

关于css - 如何在不同浏览器中修复社区框 CSS 的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31284656/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com