불여우에서도 되는 메뉴 3 정보
기타 불여우에서도 되는 메뉴 3
본문
'); document.write(''); document.write(''); document.write(''); //서브메뉴 끝 document.write(''); //document.write(''); document.write(''); // 테이블 끝 // 테이블 백그라운드 컬러 시작 function colorIt(tditem) { if(document.all) { // 메뉴가 늘어나면 추가한다 ==> 선택안되을때 배경색 document.all.td0.style.background='#ffffff'; document.all.td1.style.background='#ffffff'; document.all.td2.style.background='#ffffff'; document.all.td3.style.background='#ffffff'; tditem.style.background='#ffffff';// 메뉴가 선택 되었을대 표(Table) 배경색 } else if(document.getElementById) { // 메뉴가 늘어나면 추가한다 ==> 선택안되을때 배경색 document.getElementById("td0").style.background='#ffffff'; document.getElementById("td1").style.background='#ffffff'; document.getElementById("td2").style.background='#ffffff'; document.getElementById("td3").style.background='#ffffff'; tditem.style.background='#ffffff';// 메뉴가 선택 되었을대 표(Table) 배경색 } } //테이블 백그라운 컬러 끝 function MajMenu(menu) { //타이틀 메뉴를 제어한다 which = xsubmenu[menu]; if (document.layers){ document.dynamenu31.document.dynamenu32.document.write(''+which+'') document.dynamenu31.document.dynamenu32.document.close() } else if (document.getElementById) { // 서브메뉴를 제어한다 document.getElementById("dynamenu33").innerHTML = '
추천
1
1
댓글 0개