Drop down of Superfish Menu appear under Smart Slide Show in wordpress
- by oscar
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 ();?>