0

私は土曜日のほぼ全体をこの問題の解決に費やしましたが、成功しませんでした。Firefoxは正常に機能しますが、IE8およびChromeでは、ドロップダウンメニューがスマートスライドショー(Flash)の下に表示されます。誰か助けてもらえますか?ページへのリンク: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 ();?>
4

1 に答える 1

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
}

于 2011-03-20T00:04:00.943 に答える