如果您查看此代码中的标题,您会看到当卡片加载到页面中时,标题会震动/移位。当我不使用codepen并导致字形搜索插件在Internet Explorer中未附加时,搜索栏也会出现这种情况。
https://codepen.io/cryptodescriptor/pen/MQBWLL
搜索框
<!-- search column -->
<div class="col-12">
<div class="input-group search-group">
<span class="input-group-addon">
<i style="line-height: 50%;" aria-hidden="true">?</i>
</span>
<label class="sr-only" for="search"></label>
<input type="text" class="form-control typeahead" id="search" placeholder="Search Coin">
</div>
</div>
标题
<h1 id="page_title"><a href="">Crypto Descriptor</a></h1>
忘记提及,它通常也会出现在页脚文本中。