google chrome - How to fix height of Community box CSS in different browser -
height community box looks different @ firefox browser compared chrome. how fix it? 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 if analyst freezes , won’t respond commands?</a></li> <li>xic manager isn’t working multi-period data files, should do?</a></li> </ul> </div> </div> </div> </div>
you require js in layout: demo
var hright = $('.right').height(); $('.left').height(hright);
Comments
Post a Comment