使用IE-8中的Ctrl-F功能找不到Bootstrap Panel中包含的单词。 Mac Chrome,FF和Win FF正确找到它们。这不是IE搜索配置错误,因为搜索在其他网站上正常工作。
<div class="marglinleft4"><div class="panel panel-default">
<div class="panel-heading">
<!-- only released components are shown for read only users (others are feeded by uid = 0) -->
<a href="index.php?id=403&no_cache=1&tx_exa_exafe%5Bcomponent%5D=959&tx_exa_exafe%5Baction%5D=show&tx_exa_exafe%5Bcontroller%5D=Component&cHash=515e3bcb19968119673e6639b11c465f">
9.3.1 Einleitung
</a> <small>(Ebene 4, xyz)</small>
</div>
</div>
</div>
7月8日: 在最高层次结构中,我们有3个div与&#34; container&#34;类:
<div class="container"><f:render section="breadcrumb" /></div>
<div class="container"><f:render section="main" /></div>
<div class="container"><f:render section="footer" /></div>
如果我们删除第二个类=&#34;容器&#34;那么IE serach运行良好......
任何想法?