Skip to content

width="100%"인 div에 border가 들어간 경우 가로 스크롤 없애기

width="100%"인 div에 border가 들어간 경우 가로 스크롤 없애기
<html>
<head>
<style type="text/css">
*{margin:0; padding:0;}
.wdiv100 {clear:both; width:100%;}
.wdiv100 div {border:3px solid ccc;}
</style>
</head>

<body>

<div class="wdiv100">
  <div>
	넓이가 100%이고 보더가 들어간 div 가로스크롤 없애기
  </div>
</div>

</body>

</html>

comments 0

leave comments

Powered by Textyle

Design & UI Develop By The RaiN Story

Admin