簡體   English   中英

IE和firefox中我的html / css代碼的兼容性

[英]compatibility of my html/css code in IE and firefox

我是字詞開發的初學者,我最近在我的網站的側邊欄中添加了以下代碼,該代碼在Google chrome上可以正常使用。但是在Firefox和IE中,我鏈接的圖像已縮放到整個內容區域。任何幫助將不勝感激。 謝謝。

<div>

 <div style="  width: 80%;height: 58%; z-index: -1;  position: fixed; left: -12%; top: 16%;">
    <img src="http://abc.com/wp-content/uploads/2013/08/untd1.png" style="   width:100%;
height:100%;" alt="" />
</div><div style=" margin-left:59%; width:59%; height:100%; float: right;" >[contact-form-7 id="207" title="sidebar Contact form"]</div></div>

我會嘗試刪除樣式“ left:-12%;” 在第二個div中(第二行)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM