홈페이지 옮기고 이미지 보이지 않음
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://geunim.com
해결방법좀 가르쳐주세요..
이미지 주소는 맞는데 왜 보이질 않는걸까요 ?
오류 주소 : http://geunim.com
해결방법좀 가르쳐주세요..
이미지 주소는 맞는데 왜 보이질 않는걸까요 ?
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 6개
이미지 폴더에 이미지들 다 넣은게 아니거나
경로가 틀리 다거나...
ftp로 접속 하셔서 이미지가 다 들어 있는지 확인해 보세요
한개만 두고 나머지는 지워보세요.
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length-1; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
......
......
system 폴더의 퍼미션을 707로 조정해 보세요.