我遇到以下问题,如图所示:
在Chrome中:
注意这个切割子菜单,因为Firefox如下:不明白可能发生的事情
一段代码
<li class="menu-item-link menu-item-depth-3 menuitemslinefirst menu-item-parent" style="background-color: transparent;">
<a class="arrow" href="#">
<span>></span>
</a>
<a href="">
<span>
<img width="5" height="5" style="margin-top:8px; margin-left:10px" src="http://tecorp.com.br/skin/frontend/default/default/images/menu/icone/all.png" alt=""> Teclados
</span>
</a>
<ul class="menu-container" style="display: block;">
<li class="menu-item-text menu-item-depth-4 ">
<ul class="em-catalog-navigation ">
<li class="level0 nav-1 first">
<a href="http://tecorp.com.br/index.php/teclados/teclados-com-fio.html">
<span>Teclados com Fio</span>
</a>
</li>
<li class="level0 nav-2 last">
<a href="http://tecorp.com.br/index.php/teclados/teclados-sem-fio.html">
<span>Teclados sem Fio</span>
</a>
</li>
</ul>
</li>
如果您需要放置文件
,则会影响此元素的css图像
------------------------------------- EDIT --------- ------------------------- 搜索互联网,任何机会可以得到错误的地方,如果我采取这一部分。显示(“慢”);然后把.show();它工作,如果我使用“慢”它不能在chrome
$("# em_nav").show();
$("# em_nav").show("slow");