0

我有以下两张图片。

谷歌合唱团 铬

IE IE

您可以很容易地看到两者的设计差异。

以下是 CSS 中迄今为止的内容

<style type="text/css">
      .main-container
      {
          float:left; margin-left:50px; width:100%;
      }
  </style>

  <!--[if gte IE 6]>
  <style type="text/css">
      .main-container
      {
          float:left; margin-left:50px; width:100%;
      }
  </style>
  <![endif]-->

请帮助我在两个浏览器中做出相似或更相似的设计。谢谢你

4

1 回答 1

0

像这样请px在下面的选择器中删除

 <!--[if gte IE 6]>
  <style type="text/css">
      .main-container
      {
          float:left; margin-left:50px; width:100%;
      }
  </style>
  <![endif]-->
于 2013-09-03T05:28:01.447 回答