Enterprise APP

html 스크롤바 숨기기(Hide Scrollbar) 본문

Flex General/Tips

html 스크롤바 숨기기(Hide Scrollbar)

로드스타 2010. 8. 10. 12:51
<style type="text/css">
html,body {
height:100%;
width:100%;
overflow:auto;
}
</style>
Comments