Superfish 菜单的下拉菜单出现在 WordPress 中的“智能幻灯片放映”下
我几乎整个周六都在试图解决这个问题,但没有成功。火狐浏览器 效果很好,但在 IE8 和 Chrome 中,下拉菜单出现在智能幻灯片下方 (闪光)。请问有人可以帮助我吗? 页面链接: http://www.institutoforlanini.com.br/novosite
这是索引的代码:
<?php get_header (); ?>
<div id=conteiner>
<div id=content>
<div id="slider"> php echo do_shortcode ('[smart_slide_show ]');?> </ div>
</div>
</div> <! - End of content div ->
<?php get_sidebar ();?>
<?php get_footer ();?>
I spent almost my entire Saturday trying to solve this problem and have not had success. Firefox
works well, but in IE8 and Chrome, the dropdown menu appears below the Smart Slide Show
(Flash). Please could someone help me?
the link to the page: http://www.institutoforlanini.com.br/novosite
This is the code of the index:
<?php get_header (); ?>
<div id=conteiner>
<div id=content>
<div id="slider"> php echo do_shortcode ('[smart_slide_show ]');?> </ div>
</div>
</div> <! - End of content div ->
<?php get_sidebar ();?>
<?php get_footer ();?>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我看到了。参数 wmode=opaque 不在 script 部分,仅在 noscript 部分。
I think I see it. The parameter wmode=opaque is not in the script section, only the noscript section.