overflow질문요~ 정보
overflow질문요~본문
출력되는 테이블량이 많아서 overflow로 스크롤을 생성하고 싶은데,,
어떻게 해줘야 할까요?
<div width="100%" height="800" style="overflow:scroll;">
<table~~~
</tabel>
</div>
가 안먹네요..ㅠㅜ...
어떻게 해줘야 할까요?
<div width="100%" height="800" style="overflow:scroll;">
<table~~~
</tabel>
</div>
가 안먹네요..ㅠㅜ...
댓글 전체
<div style="width:100%; height:800px; overflow:scroll;">
<table~~~
</table>
</div>
<table~~~
</table>
</div>
아...먼 삽질을 했던건지..ㅋㅋ
감사엽~ㅎ
감사엽~ㅎ