파이어폭스 높이100% 스크롤 질문입니다.
보르미
안녕하세요 정말 오랜만에 질문을 올리네요
요즘 테이블코딩 잘 안하시죠? 저도 잘 안하는데...디자인...가로세로 100% 유동적으로 되는디자인이라
어쩔수없이 테이블로 간만에 코딩하고있습니다.
100%를 활용하기위해서 쿽스모드로 작업하고있는중에....
파폭에서 테이블 안에 div로 세로스크롤 100%로 나오게할려고했는데...다른브라우저는 다 되는데...
파폭만...안생기네요...테이블밖으로 빼면 나옵니다...그런데 테이블 밖으로 즉 td밖으로 뺄수없게 코딩이 진행중인데요...
당최 해결이 나질 않네요... 고수님들 답변부탁드려요~ㅠ,ㅠ
부분적으로 소스올립니다. 소스 긁어다가 파폭이랑 타브라우저에서 실해보시면 머가 문젠지 아실거에요
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
html
head
meta http-equiv=content-type content=text/html; charset=euc-kr
meta http-equiv=imagetoolbar content=no
title타이틀/title
style type=text/css
* {margin:0;padding:0}
.scroll_area {position:relative;overflow:auto;width:210px;height:100%}
/style
/head
body
table cellspacing=0 cellpadding=0 border=0 width=100% height=100%
tr
td
div class=scroll_area
!-- 댓글형 --
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment gr_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment gr_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment gr_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment gr_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment gr_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
dl class=comment wh_c
dt베리베리 감사합니다./dt
dda href=#대화명em(ntop1029)/em/a span class=time03-29 20:14:17/span/dd
/dl
!-- //댓글형 --
/div
/td
/tr
/table
/body
/html
-
염소자리
흠..전체소스가 궁금하군요 ㅎㅎ
-
창민
td style=\position:fixed; height:100%;\
div class=\scroll_area\
수정하시면 되요~
확인브라우져 : ie6, ie7, ie8, ff, 크롬, 오페라, 사파리
이상없습니다. -
반율하
파폭에서는 height:100% --이놈이 말을 잘 안듣는데요; px 값을 정확히 준다면 문제 없지만...
해결방법은 자바스크립트 이용해서 브라우저 높이값을 먹이는...
흠...역시 전 멀은듯;; 아래 고수님들 답변을+_+; -
화이트캣
아..답변감사합니다..그런데..제가 설명을 잘 못했네요
현재 위소스는 부분적인 소스고 저소스위로 상단하단에 td값이 위아래로 붙게 되어있습니다.
그래서 fixed를 쓰게되면 스크롤부분이 위아래 높이값만큼을 포함하여 둥둥뜨게 됩니다....
이거..해결하기 쉽지않네요..ㄷㄷ