2011-03-19 45 views
0

我花了幾乎整個週六試圖解決這個問題,並沒有取得成功。 Firefox 運行良好,但在IE8和Chrome中,下拉菜單出現在Smart Slide Show (Flash)下面。請有人能幫助我嗎? 的鏈接頁面:http://www.institutoforlanini.com.br/novosite下拉的Superfish菜單出現在wordpress的智能幻燈片下

這是該指數的代碼:

<?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();?> 
+0

它工作正常,我在所有這三個瀏覽器。你確定你沒有緩存舊版本的頁面嗎? – Czechnology 2011-03-19 23:14:55

回答

0

我想我看到它。參數wmode = opaque不在腳本部分,只有noscript部分。

<script language="javascript"> 
if (AC_FL_RunContent == 0) { 
    alert("This page requires AC_RunActiveContent.js."); 
} else { 
     AC_FL_RunContent(
     'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 
     'width', '610', 
     'height', '300', 
     'src', 'http://www.institutoforlanini.com.br/novosite/wp-content/plugins/smart-slide-show/slideshow', 
     'quality', 'high', 
     'pluginspage', 'http://www.adobe.com/go/getflashplayer_cn', 
     'flashvars','url=http://www.institutoforlanini.com.br/novosite/wp-content/plugins/smart-slide-show/data.xml&baseColor=0xFF0000', 
     'id', 'AnimatedLines', 
     'bgcolor', '#FFFFFF', 
     'name', 'AnimatedLines', 
     'allowFullScreen', 'false', 
     'allowScriptAccess','sameDomain', 
     'movie', 'http://www.institutoforlanini.com.br/novosite/wp-content/plugins/smart-slide-show/slideshow' 
     ); //end AC code 
}