묻고답하기

안녕하세요,,정말 정중히 부탁드립니다.

현재 홈페이지를 만들고있는데요,

자바스크립로 흐르는 이미지 소스를 찾아서 붙였는데,, 테두리 색깔이 파란으로 나옵니다. 테두리색상 나오지 않게 하려면 어떤부분을 고쳐야하는지 좀 알려주세요,부탁드립니다. 꼭 좀,,,

소스를 적용한 쇼핑몰

http://silkroad.elogin.co.kr

___________  소스 ________________________

<SCRIPT language=javascript>

var SlideSpeed=2//슬라이드되는 속도(값이 높을수록 빠름)
var SlideColor="#ffffff"//배경색상(예제에서는 연파랑을 사용)
var SlideWidth=860//이미지 슬라이드의 너비
var SlideHeight=140//이미지 슬라이드의 높이

// 아래에서 나타날 이미지들을 설정하고 이미지를 클릭했을때의 하이퍼 링크 설정
var SlideImg=new Array()
var end='+ '+ ''
SlideImg[0]='<a href="http://lux-file.com/" target="_blank"><img src="http://silkroad.elogin.co.kr/prdimg/0707200401_R.jpg" width="130" height="130" border=1></a>'
SlideImg[1]='<a href="http://lux-file.com/shop/prd_list.php?page=2&catcode=330000&grp=&orderby=" target="_blank"><img src="http://lux-file.com/prdimg/0707210001_R.jpg" width="130" height="130" border=1></a>'
SlideImg[2]='<a href="http://lux-file.com/shop/prd_list.php?page=2&catcode=330000&grp=&orderby=" target="_blank"><img src="http://lux-file.com/prdimg/0707210009_R.jpg" width="130" height="130" border=1></a>'
SlideImg[3]='<a href="http://lux-file.com/shop/prd_list.php?catcode=280000" target="_blank"><img src="http://lux-file.com/prdimg/0707200093_R.jpg" width="130" height="130" border=1></a>'
SlideImg[4]='<a href="http://lux-file.com/shop/prd_list.php?catcode=110000" target="_blank"><img src="http://lux-file.com/prdimg/0707190039_R.jpg" width="130" height="130" border=1></a>'
SlideImg[5]='<a href="http://lux-file.com/shop/prd_list.php?catcode=120000" target="_blank"><img src="http://lux-file.com/prdimg/0707200111_R.jpg" width="130" height="130" border=1></a>'
SlideImg[6]='<a href="http://lux-file.com/shop/prd_list.php?catcode=300000" target="_blank"><img src="http://lux-file.com/prdimg/0707210056_R.jpg" width="130" height="130" border=1></a>'
SlideImg[7]='<a href="http://lux-file.com/shop/prd_list.php?catcode=350000" target="_blank"><img src="http://lux-file.com/prdimg/0707300005_R.jpg" width="130" height="130" border=1></a>'
SlideImg[8]='<a href="http://lux-file.com/shop/prd_list.php?catcode=370000" target="_blank"><img src="http://lux-file.com/prdimg/0707310031_R.jpg" width="130" height="130" border=1></a>'
SlideImg[9]='<a href="http://lux-file.com/shop/prd_list.php?catcode=360000" target="_blank"><img src="http://lux-file.com/prdimg/0707310009_R.jpg" width="130" height="130" border=1></a>'
//여기까지 나타날 이미지들을 설정하고 이미지를 클릭했을때의 하이퍼 링크 설정

var CloneSpeed=SlideSpeed
SlideImg='<nobr>'+SlideImg.join("")+'</nobr>'
var What=document.all||document.getElementById
if (What)
document.write('<span id="molla" style="visibility:hidden;position:absolute;top:-100;right:1000">'+SlideImg+'</span>')
var realWidth=''
var SlideX, SlideY

function fillup(){
if (What){
SlideX=document.getElementById? document.getElementById("layerOne") : document.all.layerOne
SlideX2=document.getElementById? document.getElementById("layerTwe") : document.all.layerTwe
SlideX.innerHTML=SlideX2.innerHTML=SlideImg
realWidth=document.all? SlideX.offsetWidth : document.getElementById("molla").offsetWidth
SlideX2.style.right=realWidth+20
}
else if (document.layers){
SlideY=document.sliding.document.sliding2
SlideY2=document.sliding.document.sliding3
SlideY.document.write(SlideImg)
SlideY.document.close()
realWidth=SlideY.document.width
SlideY2.right=realWidth+20
SlideY2.document.write(SlideImg)
SlideY2.document.close()
}
righttime=setInterval("SlideRight()",25)
}
window.onload=fillup

function SlideRight(){
if (What){
if (parseInt(SlideX.style.right)>(realWidth*(-1)+8))
SlideX.style.right=parseInt(SlideX.style.right)-CloneSpeed
else
SlideX.style.right=parseInt(SlideX2.style.right)+realWidth+30

if (parseInt(SlideX2.style.right)>(realWidth*(-1)+8))
SlideX2.style.right=parseInt(SlideX2.style.right)-CloneSpeed
else
SlideX2.style.right=parseInt(SlideX.style.right)+realWidth+30

}
else if (document.layers){
if (SlideY.right>(realWidth*(-1)+8))
SlideY.right-=CloneSpeed
else
SlideY.right=SlideY2.right+realWidth+30

if (SlideY2.right>(realWidth*(-1)+8))
SlideY2.right-=CloneSpeed
else
SlideY2.right=SlideY.right+realWidth+30
}
}


if (What||document.layers){
with (document){
document.write('<table border="0"><td>')
if (What){
write('<div style="position:relative;width:'+SlideWidth+';height:'+SlideHeight+';overflow:hidden">')
write('<div style="position:absolute;width:'+SlideWidth+';height:'+SlideHeight+';background-color:'+SlideColor+'" onMouseover="CloneSpeed=0" onMouseout="CloneSpeed=SlideSpeed">')
write('<div id="layerOne" style="position:absolute;right:0;top:0"></div>')
write('<div id="layerTwe" style="position:absolute;right:-1000;top:0"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+SlideWidth+' height='+SlideHeight+' name="sliding" bgColor='+SlideColor+'>')
write('<layer name="sliding2" right=0 top=0 onMouseover="CloneSpeed=0" onMouseout="CloneSpeed=SlideSpeed"></layer>')
write('<layer name="sliding3" right=0 top=0 onMouseover="CloneSpeed=0" onMouseout="CloneSpeed=SlideSpeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
</SCRIPT>

___________________ 소스 끝 _____________________________

위 소스를 적용했는데,, 다했는데,, 테두리 가 생깁니다.파란색으로,, 이것좀 안나오게 할수없나요?
정말 꼭 좀 부탁드리겠습니다.아시는분 있으시면, 가르쳐 주시면 감사하겠습니다.
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
쮸쮸봉 호경님 보시면 답변좀..다른분이라두.. [1] 2007.08.10
doglove 중간정렬홈에 우측으로 배너 넣을려면 [1] 2007.08.10
REDsky 팝업창 질문좀 ^_^ [1] 2007.08.10
김동윤 제발좀 도와주세요 ㅠㅠ 하이퍼링크.. [3] 2007.08.10
김동윤 제발좀 도와주세요 ㅠㅠ 하이퍼링크.. [1] 2007.08.10
금인수 홈페이지 접속하는데 다운받아라고 나오는데요 [4] 2007.08.10
쮸쮸봉 이거 왜이러죠 ㅠ? 제발 답변좀 [1] 2007.08.10
노재웅 홈페이지 문제점 파악해주면 계정 드립니다 ㅠ.ㅠ [1] 2007.08.10
문성은 팝업창 소스를 이렇게 해 띄웠는데...ㅜ.ㅜ [2] 2007.08.10
이형영 우측에 있는 레이어가 안 펴지는데요. 해결부탁..  
케이이치 인덱스에서 넘어가면 스크롤이 안생겨요.. [1] 2007.08.10
늘푸른 pre 태그문제  
안정선 왜 " 가 "" 로 되는지.... [4] 2007.08.10
피너츠 메뉴 위치로 움직이는 박스메뉴..(자세한 내용 안에 ``;) [2] 2007.08.10
채은희 아이프레임에 관하여... [1] 2007.08.10
전상규 로그인 질문입니다. [7] 2007.08.10
Plus가좋다 한미르만화책 소스 해석좀 해주세요  
위피 가로스크롤은 없앴는데, 여백과 크기는 영아니네요 ㅠ.ㅠ;; 도와주세요 고수님들 제발 ㅠ.ㅠ [1] 2007.08.10
유세하 새창띄우기가 안됩니다.  
cometwith 작업을 마쳤으나 페이지에 오류가 있습니다. [2] 2007.08.10