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&rsquo;t respond commands?</a></li>     <li>xic manager isn&rsquo;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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -