최근게시물을 클릭했을때 팝업창 스크롤바는 어떻게 넣어야 하나요? 정보
최근게시물을 클릭했을때 팝업창 스크롤바는 어떻게 넣어야 하나요?본문
최근 게시물 추출하는 소스에요.
질문 2가지에요.
1. 최근게시물 잘 보이긴 하는데 글자 크기가 너무 커요... 줄어지지가 않네요.
어떻게 해야 하나요?
<style type="text/css">
.gallery_wrap { position:relative; }
.title_square { position:absolute; margin-top:0px; margin-left:-5px; background:#f00; width:20px; height:0px; }
.title_wrap { height:0px; line-height:130%; overflow:hidden; }
.title_wrap .latest_title_ie { float:left; padding:6px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_ie a { color:#fff; font-weight:bold; text-decoration:none; }
.title_wrap .latest_title_ie6 { float:left; padding:4px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_ie6 a { color:#fff; font-weight:bold; text-decoration:none; }
.title_wrap .latest_title_etc { float:left; padding:5px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_etc a { color:#fff; font-weight:bold; text-decoration:none; }
.gallery_list { margin-top:0px; margin-bottom:5px; text-align:center; }
.none_list { text-align:center; color:#6e6e6e; height:<?=$g_img_height?>px; }
</style>
제가 적용한 스타일입니다.
2.추출된 최근 게시물의 제목을 클릭하면 팝업창으로 보이게끔 하는데...
문제는 팝업창에서 스크롤바가 보이지 않네요.
$thumfile = "<span style='padding:{$g_img_padding}px;'><a href='javascript:window.open(\"{$list[$i]['href']}\",\"win\",\"width=630,height=400\");void(0)'><img src='{$thumb}' width='{$g_img_width}' height='{$g_img_height}' border='0' alt='{$list[$i]['subject']}' title='{$list[$i]['subject']}'></a></span>";
도와주세요... 며칠째 게시판가지고 씨름 중이에요.
제발 도와주세요.~~~
질문 2가지에요.
1. 최근게시물 잘 보이긴 하는데 글자 크기가 너무 커요... 줄어지지가 않네요.
어떻게 해야 하나요?
<style type="text/css">
.gallery_wrap { position:relative; }
.title_square { position:absolute; margin-top:0px; margin-left:-5px; background:#f00; width:20px; height:0px; }
.title_wrap { height:0px; line-height:130%; overflow:hidden; }
.title_wrap .latest_title_ie { float:left; padding:6px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_ie a { color:#fff; font-weight:bold; text-decoration:none; }
.title_wrap .latest_title_ie6 { float:left; padding:4px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_ie6 a { color:#fff; font-weight:bold; text-decoration:none; }
.title_wrap .latest_title_etc { float:left; padding:5px 0px 4px 20px; background:#000; width:100%; text-align:left; }
.title_wrap .latest_title_etc a { color:#fff; font-weight:bold; text-decoration:none; }
.gallery_list { margin-top:0px; margin-bottom:5px; text-align:center; }
.none_list { text-align:center; color:#6e6e6e; height:<?=$g_img_height?>px; }
</style>
제가 적용한 스타일입니다.
2.추출된 최근 게시물의 제목을 클릭하면 팝업창으로 보이게끔 하는데...
문제는 팝업창에서 스크롤바가 보이지 않네요.
$thumfile = "<span style='padding:{$g_img_padding}px;'><a href='javascript:window.open(\"{$list[$i]['href']}\",\"win\",\"width=630,height=400\");void(0)'><img src='{$thumb}' width='{$g_img_width}' height='{$g_img_height}' border='0' alt='{$list[$i]['subject']}' title='{$list[$i]['subject']}'></a></span>";
도와주세요... 며칠째 게시판가지고 씨름 중이에요.
제발 도와주세요.~~~
댓글 전체
음... 포인트가 없으셔서 아무도 답변을 안주시나봐요. 아니면 충분한 정보를 주시지 않으니까 답변을 못하는걸수도 있구요.
1. css 를 보면 text 크기를 결정하는 명령어가 없잖아요. 그러니 글자 크기를 거기서 조절하는게 아니죠. 저 위 css 가 inline 인지 external 이 말씀을 안하셔서 저도 모르겠는데, 충분한 정보를 말씀하셔야 답변을 해드릴거 같네요.
그리고 최근 게시물을 java 로 불러오는지 php echo 로 불러오는지, print 로 출력하는지 알수가 없잖아요.
폰트 크기를 어디서 조정하는지 알려면 최소한 그 페이지 source code 를 알아야 합니다.
저도 초보라서 고수분들한테 자주 도움을 구하는데요, 웹사이트 주소라도 말씀하시면서 질문을 하시는게 쉽게 도움을 얻는 방법입니다.
1. css 를 보면 text 크기를 결정하는 명령어가 없잖아요. 그러니 글자 크기를 거기서 조절하는게 아니죠. 저 위 css 가 inline 인지 external 이 말씀을 안하셔서 저도 모르겠는데, 충분한 정보를 말씀하셔야 답변을 해드릴거 같네요.
그리고 최근 게시물을 java 로 불러오는지 php echo 로 불러오는지, print 로 출력하는지 알수가 없잖아요.
폰트 크기를 어디서 조정하는지 알려면 최소한 그 페이지 source code 를 알아야 합니다.
저도 초보라서 고수분들한테 자주 도움을 구하는데요, 웹사이트 주소라도 말씀하시면서 질문을 하시는게 쉽게 도움을 얻는 방법입니다.