묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이쪽이 하단 부분입니다
처음으로 CSS 건들이려니 힘드네요 ㅠㅠㅠㅠ
스크롤에 대해 질문있습니다!!
2008.04.29 17:30
아이프레임을 사용하지 않고
푸더와 헤더를 이용해서 게시판 자체에서 생성하게 하려고 했습니다만,
http://frostwolfclaw.cafe24.com/zbxe/diary/page/3
내용이 div크기보다 클때는 문제가 없지만 내용이 긴 경우에는 맨 아래에 위치하는
관리자 설정과 쓰기버튼이 밖으로 빠져나와 전체적으로 스크롤이 생기네요 ㅇ<-<;;
본문 스크롤을 맨 아래로 내린 후 저 버튼 두개를 마우스 오버하면 사라지면서 스크롤이 사라집니다만, 미관상 보기 좋지도 않네요 ;;;;;
해결 가능하다면 도와주세요 ㅠㅠㅠ
.diary_left{ float: left; width: 580px; height: 480px; overflow-x:hidden; overflow-y:auto; }Css의 div 설정입니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="http://frostwolfclaw.cafe24.com/style.css" media="screen"/> </head> <body> <div class="outer-container"> <div class="inner-container"> <div class="main"> <div class="center"> <div class="diary_left">이쪽이 게시판(블로그) 상단내용의 부분이고
</div> <div class="diary_right"> <img width="100%" height="100" src="http://frostwolfclaw.cafe24.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="blog_newest_document" colorset="normal" widget_cache="0" title="" order_target="list_order" order_type="desc" list_count="" duration_new="" subject_cut_size="" mid_list="diary" widget_sequence="285" /><br> <img width="100%" height="100" src="http://frostwolfclaw.cafe24.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_comment" body="" skin="blog_newest_comment" colorset="normal" widget_cache="0" title="" list_count="" subject_cut_size="" mid_list="diary" widget_sequence="286" /> </div> </div> <div class="menu"> <div id="dock"> </div> </div> <div class="foot"> <a>copyright by wolfclaw<a /> </div> </div> </div> </div> </body> </html>
이쪽이 하단 부분입니다
처음으로 CSS 건들이려니 힘드네요 ㅠㅠㅠㅠ