2010-05-24 17 views
0

我試圖定位我的Flex應用程序,使其在垂直底部的40%和左側的70%水平。這是我在如何定義CSS閃光燈部分:我試圖用CSS來定位我的Flex應用程序,但它不起作用

#flashContent { display:none;position:absolute; top:60%;width:70%;height:40%;} 

下面是HTML:

<div id="flashContent"> 
      <p> 
       To view this page ensure that Adobe Flash Player version 
       10.0.0 or greater is installed. 
      </p> 
      <script type="text/javascript"> 
       var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
       document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
           + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>"); 
      </script> 


    <noscript> 
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="434" height="100%" id=app name> 
      <param name="movie" value=link_to_the_file /> 
      <param name="quality" value="high" /> 
      <param name="bgcolor" value="#ffffff" /> 
      <param name="allowScriptAccess" value="sameDomain" /> 
      <param name="allowFullScreen" value="true" /> 
      <!--[if !IE]>--> 
      <object type="application/x-shockwave-flash" data=link_to_the_file width="434" height="100%"> 
       <param name="quality" value="high" /> 
       <param name="bgcolor" value="#ffffff" /> 
       <param name="allowScriptAccess" value="sameDomain" /> 
       <param name="allowFullScreen" value="true" /> 
      <!--<![endif]--> 
      <!--[if gte IE 6]>--> 
       <p> 
        Either scripts and active content are not permitted to run or Adobe Flash Player version 
        10.0.0 or greater is not installed. 
       </p> 
      <!--<![endif]--> 
       <a href="http://www.adobe.com/go/getflashplayer"> 
        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" /> 
       </a> 
      <!--[if !IE]>--> 
      </object> 
      <!--<![endif]--> 
     </object> 
    </noscript> 
</div> 

,但它仍然只是出現在左上角。我究竟做錯了什麼?

感謝您的閱讀。

+0

你能提供一些圖片或codepen? – Bhimbim 2016-10-16 16:31:12

回答

0

哎,plzz不百分比柔性使用的值,如果u想要把UR的東西,在中心,那麼我們有horizo​​ntalAlign和垂直方向,我們有verticalAlign屬性,

plzz提左側,頂部,底部和右側的數字只,

我希望這會有所幫助,

相關問題