Drop down of Superfish Menu appear under Smart Slide Show in wordpress
Posted
by
oscar
on Stack Overflow
See other posts from Stack Overflow
or by oscar
Published on 2011-03-19T23:07:47Z
Indexed on
2011/03/20
0:10 UTC
Read the original article
Hit count: 198
Hi,
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 ();?>
© Stack Overflow or respective owner