이것이 내가 한 일입니다.
html, body {
height:100%;
background: #014298 ;
}
body {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c9cf2), color-stop(100%,#014298));
background: -moz-linear-gradient(top, rgba(92,156,242,1) 0%, rgba(1,66,152,1) 100%);
background: -o-linear-gradient(top, #5c9cf2 0%,#014298 100%);
/*I added these codes*/
margin:0;
float:left;
position:relative;
width:100%;
}
몸을 띄우기 전에 상단에 틈이 있었고 html의 배경색을 보여주었습니다. html의 bgcolor를 제거하면 아래로 스크롤하면 그라디언트가 잘립니다. 그래서 몸을 띄우고 위치를 상대적으로, 너비를 100 %로 설정했습니다. 그것은 사파리, 크롬, 파이어 폭스, 오페라, 인터넷 expl ..에서 일했다. 아 잠깐만. :피
너희들은 어떻게 생각하니?
margin:0;
해야body
하거나 페이지 하단에 간격이 있음을 알았습니다.