XHTML HTML element with 100% height causing scrollbars

后端 未结 6 1094
渐次进展
渐次进展 2021-01-17 10:29

In my CSS file I use this:

html,body{height:100%;padding:0;margin:0;border:0;}

Which causes a vertical scrollbar to appear on IE8, Chrome 5

6条回答
  •  不思量自难忘°
    2021-01-17 10:45

    The vertical scrollbar is coming because of height:100%. You don't need that unless there is a reason for you to use that.

提交回复
热议问题