我的html / css代码在IE和Firefox中的兼容性

时间:2013-10-11 04:36:55

标签: html css wordpress

我是初学者字新闻开发者,我最近在我的网站的侧边栏中添加了以下代码,它在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>

1 个答案:

答案 0 :(得分:0)

我会尝试删除样式“left:-12%;”在第二个div(第二行)