zoukankan      html  css  js  c++  java
  • 怎么样才能让层浮动或显示在FLASH元素上面呢?

    解决的办法是给FLASH设置透明<param name="wmode" value="transparent" />或者<param name="wmode" value="opaque" />.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh">
    <head profile="http://www.w3.org/2000/08/w3c-synd/#">
    <meta http-equiv="content-language" content="zh-cn" />
    <meta http-equiv="content-type" content="text/html;charset=gb2312" />
    <title>blueidea</title>
    <style type="text/css">
    /*<![CDATA[*/
    div {
     position:absolute;
     top:20px;
     left:20px;
     200px;
     height:200px;
     background:red
     }
    object {
     500px;
     height:100px;
     }
    /*]]>*/
    </style>
    </head>
    <body>
    <div>
    <a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全<a target="_blank" href="http://www.alixixi.com/Dev/Special/web3c/" class="wordstyle">web标准</a>常见问题大全
    </div>
    <object type="application/x-shockwave-flash" data="http://gg.blueidea.com/2005/www/m533-104.swf">
    <param name="movie" value="http://gg.blueidea.com/2005/www/m533-104.swf" />
    </object>
    </body>
    </html>
  • 相关阅读:
    Asp.Net Mvc: 应用BindAttribute
    Mvc内建功能(DefaultModelBinder)自动绑定。
    生成随机字母字符串(数字字母混和)
    C#中实现输入汉字获取其拼音(汉字转拼音)的2种方法
    集合里查找数据
    C#自定义导出数据到Excel中的类封装
    MySQL性能优化的最佳20+条经验
    DevExpress.XtraGrid.view.gridview 属性说明
    c# 连接Mysql数据库
    ADO.NET 结构 集中数据库联接结构
  • 原文地址:https://www.cnblogs.com/zerogo/p/2209278.html
Copyright © 2011-2022 走看看