마우스오버로 썸네일 미리보기시 이미지 크기 조절방법 좀 부탁드립니다. 정보
마우스오버로 썸네일 미리보기시 이미지 크기 조절방법 좀 부탁드립니다.본문
아 너무 어렵네요 ㅠ,ㅠ 그래도 답변해주시는분들 덕분에 하나씩 해나가는거 같습니다.
정말 감사합니다.
덕분에
마우스오버시 썸네일 이미지 미리보기에는 성공했는데
이 미리보기 이미지가 업로드된 원본 크기 그대로 보여줘서 너무 크게 보입니다
ㅠㅠ 딱 400 * 300 정도로 하고 싶은데 어디에 뭘 넣으면 되는건가용??
마우스오버시 js 파일엔
$("a.screenshot").hover(function(e){
this.t = this.title;
this.title = "";
var c = (this.t != "") ? "<br/>" + this.t : "";
$("body").append("<p id='screenshot'><img src='"+ this.rel +"' alt='url preview' />"+ c +"</p>");
$("#screenshot")
.css("top",(e.pageY - xOffset) + "px")
.css("left",(e.pageX + yOffset) + "px")
.fadeIn("fast");
}
이처럼 되어있고
<a href="<?=$list[$i][href]?>" class="screenshot" rel="<?=$list[$i][file][0][path]?>/<?=$list[$i][file][0][file]?>
"><img src="<?=$thumb_file?>" width=<?=$mw_basic[cf_thumb_width]?> height=<?=$mw_basic[cf_thumb_height]?> align=absmiddle></a><!--
--></td>
list.skin.php에는 이처럼 적용시키고 있습니다
$("body").append("<p id='screenshot'><img src='"+ this.rel +"' alt='url preview' />"+ c +"</p>");
이부분 인거 같은데 ㅠㅠ 어떻게 넣으믄 사이즈가 강제조정 될까용??
class 스타일에 width 랑 height넣으믄.. 이미지가 없을때에만 400 * 300 빈칸으로 표현되더라구용.
정말 감사합니다.
덕분에
마우스오버시 썸네일 이미지 미리보기에는 성공했는데
이 미리보기 이미지가 업로드된 원본 크기 그대로 보여줘서 너무 크게 보입니다
ㅠㅠ 딱 400 * 300 정도로 하고 싶은데 어디에 뭘 넣으면 되는건가용??
마우스오버시 js 파일엔
$("a.screenshot").hover(function(e){
this.t = this.title;
this.title = "";
var c = (this.t != "") ? "<br/>" + this.t : "";
$("body").append("<p id='screenshot'><img src='"+ this.rel +"' alt='url preview' />"+ c +"</p>");
$("#screenshot")
.css("top",(e.pageY - xOffset) + "px")
.css("left",(e.pageX + yOffset) + "px")
.fadeIn("fast");
}
이처럼 되어있고
<a href="<?=$list[$i][href]?>" class="screenshot" rel="<?=$list[$i][file][0][path]?>/<?=$list[$i][file][0][file]?>
"><img src="<?=$thumb_file?>" width=<?=$mw_basic[cf_thumb_width]?> height=<?=$mw_basic[cf_thumb_height]?> align=absmiddle></a><!--
--></td>
list.skin.php에는 이처럼 적용시키고 있습니다
$("body").append("<p id='screenshot'><img src='"+ this.rel +"' alt='url preview' />"+ c +"</p>");
이부분 인거 같은데 ㅠㅠ 어떻게 넣으믄 사이즈가 강제조정 될까용??
class 스타일에 width 랑 height넣으믄.. 이미지가 없을때에만 400 * 300 빈칸으로 표현되더라구용.
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '220537' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php
