看看http://www.lepoo.net好了!!!

解决方案 »

  1.   

    死心吧,这是不可能的事,object这个东东比任何DIV及SPAN等的层类的东西等级都要高,所以是没有东西能挡住FLASH的,除非这个FLASH是透明效果+底图,那样就可以
      

  2.   

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head>
    <script language="javascript" >
    </script><body onload="javascript:Layer1.style.display='none';">
    <div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 275px; top: 56px; background-color: #00FF00; layer-background-color: #00FF00; border: 1px none #000000;">
    tertretretretrew</div>
    <a href="#" onClick="javascript:Layer1.style.display='block';" >caidan </a>
    <!--<input type="button" name="Button" value="Button" onClick="javascript:Layer1.style.display='none';" onMouseOver="javascript:Layer1.style.display='none';" onMouseOut="javascript:Layer1.style.display='block';">-->
    </body>
    </html>
      

  3.   

    错,可以放在IFRAME里面!就不会被FLASH遮挡。