<BODY LANG="zh-CN" BACKGROUND="http://www.js.com/images/51js/forum.gif">
找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br>找虫子  找虫子  找虫子  找虫子  找虫子  找虫子  找虫子<br><center><EMBED style="LEFT: 10px; POSITION: absolute; TOP: -70px" align=right src=http://freehosting.navlemhosting.com/afree/mayi.swf width=700 height=400 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></center>

解决方案 »

  1.   

    <div style="position: absolute; width: 60; height: 100; background-color: red;"> </div>
    <embed src="http://www1.beareyes.com.cn/bear18/beareyes/10diy/10diy_120x60.swf" wmode="opaque" width="120" height="60"></embed>
      

  2.   

    你的方法的确很有效,还有一个问题,在不同分辨率下层怎么定位呢?如果在帮个忙,搞详细点,马上给你分,CSDN上还是热心的人多啊
      

  3.   

    将falsh放入层中,并设置属性。
    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td>
    <div  style="z-index:-1">  
    <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH=760 HEIGHT=24>
    <PARAM NAME=movie VALUE='images/nokia.swf' WIDTH=760 HEIGHT=24> 
    <PARAM NAME=quality VALUE=high> 
    <EMBED src='images/nokia.swf' quality=high border=0 WIDTH=760 HEIGHT=24 TYPE='application/x-shockwave-flash' PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    <param name="wmode" value="transparent">  
    </EMBED>
    </OBJECT>
    </div>
    </td>
      </tr>
    </table>
    演示:http://news.cnsdn.net
      

  4.   

    <script>
      if(screen.width==1024){
        xxxxxxxxxxxxx;
      }
      if(screen.width==800){
        ssssssssssssss;
      }
    </script>
      

  5.   

    if ((screen.width == 1024) && (screen.height == 768)) {
    document.write("<script src='1.js'></script>");
    }
    else ((screen.width == 800) && (screen.height == 600)) {
    document.write("<script src='2.js'></script>");
    }
      

  6.   

    用表格定位,去除div的left.top属性;<html>
    <head>
    </head>
    <body>
    <table>
    <tr>  <td>&nbsp;</td></tr>
    <table width="49%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="38"><img src="images/menu/menu_03.jpg" width="79" height="38" border="0"></td>
      </tr>
      <tr>
        <td><div id="layer2" style="position:absolute; width:85px; height:90px; z-index:2; background-color: #00FF00; layer-background-color: #00FF00; border: 1px none #000000; visibility: visible;"> 
          </div></td>
      </tr>
    </table>
    </html>