자바스크립에 대해 수정이나 조언 부탁드립니다.
Posted: 2005 08 21 00:38 56
Code: Select all
var w_img = new Array();
var w_oimg = new Array();
var w_url, w_logow, w_logoh, w_menuw, w_menuh, w_mainw, w_mainh, w_mhspace, w_bgsound;
var w_linkcolor, w_vlinkcolor, w_bodybgcolor, w_scrollcolor1, w_scrollcolor2, w_ba, w_br;
var w_bp1, w_bp2, w_normalcolor, w_violet, w_blue, w_green, w_org;
/* 위쪽으로 수정금지 */
/* 아래쪽으로 수정금지 */
var i, d = document;
if (w_img[2] == null || w_img[2] == " ")
{
d.images[2].width = 0;
d.images[2].height = 0;
}
{
d.images[3].src = "http://tomoinclear.com.ne.kr/coba/chun-1[3].gif";
d.images[3].hspace = 0;
d.images[3].width = 70;
d.images[3].height = 30;
d.images[3].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[3].gif";
}
{
d.images[4].src = "http://tomoinclear.com.ne.kr/coba/chun-1[4].gif";
d.images[4].hspace = 0;
d.images[4].width = 70;
d.images[4].height = 30;
d.images[4].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[4].gif";
}
{
d.images[5].src = "http://tomoinclear.com.ne.kr/coba/chun-1[5].gif";
d.images[5].hspace = 0;
d.images[5].width = 70;
d.images[5].height = 30;
d.images[5].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[5].gif";
}
{
d.images[6].src = "http://tomoinclear.com.ne.kr/coba/chun-1[6].gif";
d.images[6].hspace = 0;
d.images[6].width = 70;
d.images[6].height = 30;
d.images[6].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[6].gif";
}
{
d.images[7].src = "http://tomoinclear.com.ne.kr/coba/chun-1[7].gif";
d.images[7].hspace = 0;
d.images[7].width = 70;
d.images[7].height = 30;
d.images[7].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[7].gif";
}
{
d.images[8].src = "http://tomoinclear.com.ne.kr/coba/chun-1[8].gif";
d.images[8].hspace = 0;
d.images[8].width = 70;
d.images[8].height = 30;
d.images[8].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[8].gif";
}
{
d.images[9].src = "http://tomoinclear.com.ne.kr/coba/chun-1[9].gif";
d.images[9].hspace = 0;
d.images[9].width = 70;
d.images[9].height = 30;
d.images[9].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[9].gif";
}
{
d.images[10].src = "http://tomoinclear.com.ne.kr/coba/chun-1[10].gif";
d.images[10].hspace = 0;
d.images[10].width = 70;
d.images[10].height = 30;
d.images[10].oversrc = "http://tomoinclear.com.ne.kr/coba/chun-1[10].gif";
}
for(i=11;i<=33;i++)
{
d.images[i].width=0;
d.images[i].height=0;
}
if (w_img[14] == null || w_img[14] == " ")
{
d.images[14].width = 0;
d.images[14].height = 0;
}
else
{
d.images[14].src = w_url + w_img[14];
d.images[14].width = w_mainw;
d.images[14].height = w_mainh;
}
for(i=15;i<=30;i++)
{
d.images[i].width=0;
d.images[i].height=0;
}
for(i=32;i<=34;i++)
{
d.images[i].width=0;
d.images[i].height=0;
}
for(i=37;i<=39;i++)
{
d.images[i].width=0;
d.images[i].height=0;
}
function clr_img()
{
for(i=39;i<160;i++)
{
if(d.images[i] == null) break;
d.images[i].width=0;
d.images[i].height=0;
}
}
Code: Select all
<script src="위에 있는 스크립"></script><body onscroll="clr_img();"><p align="center">
<STYLE type=text/css>
body {background-image:url(배경이미지);
background-repeat:; background-attachment:fixed; background-position:;}
table,td {background-color: transparent; background=();}
</style>
- 이 스크립이 IE에서는 제대로 보이는데...
불여우에서는 제대로 안 보이더군요.
불여우에서도 제대로 볼 수 있게 수정이나 조언 부탁드립니다.