scrolling="auto" 페이지가 길어져도 스크롤이 안뜨네요. ㅠㅠ
초코우유
2023.04.01
하단프레임에 게시판을 불러오는데요.
게시판은 불러와지는데, 게시판을 사용하다보면 에디터라든지 글이 길어지면 스크롤이 생겨야하는데
스크롤이 안생기네요 ... 왜이럴까요? ㅠㅠ
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
titleTEST/title
/head
frameset rows=200px,* framespacing=0 border=0 frameborder=0
frame src=store.html name=menu frameborder=no
border=0 framespacing=0 scrolling=no
marginwidth=0 marginheight=0
frame src=http://may24.mireene.com/xe/store name=bbs scrolling=auto marginwidth=0 marginheight=0
/framesetnoframes/noframes
/html