IE7 display issues (adding extra top margin)

前端 未结 5 893
不思量自难忘°
不思量自难忘° 2021-01-25 12:01

I am having a really tough time figuring out why IE7 adds extra padding to the this page!

This is what IE7 is doing: http://imgur.com/lwyRI.png

The correct page

5条回答
  •  走了就别回头了
    2021-01-25 12:39

    Not sure but try this out in your CSS do

    body
    {
        padding:0;
        margin:0;
    }
    

    http://www.w3schools.com/css/css_margin.asp http://www.w3schools.com/css/css_padding.asp

    alternatively would like to see some code as posted by others.

提交回复
热议问题