<script language="javascript">
var iDelay = 750 // 지연시간
var sDisplayTimer = null, oLastItem
var iDelay = 750 // 지연시간
var sDisplayTimer = null, oLastItem
function showDetails(sDest) {
if (document.getElementById!=null) {
stopTimer()
dest = document.all[sDest]
if ((oLastItem!=null) && (oLastItem!=dest))
hideItem()
if (dest) {
dest.style.visibility = "visible"
}
oLastItem = dest
}
}
if (document.getElementById!=null) {
stopTimer()
dest = document.all[sDest]
if ((oLastItem!=null) && (oLastItem!=dest))
hideItem()
if (dest) {
dest.style.visibility = "visible"
}
oLastItem = dest
}
}
function stopTimer() {
clearTimeout(sDisplayTimer)
}
clearTimeout(sDisplayTimer)
}
function startTimer(el) {
stopTimer()
sDisplayTimer = setTimeout("hideItem()",iDelay)
}
stopTimer()
sDisplayTimer = setTimeout("hideItem()",iDelay)
}
function hideItem() {
if (oLastItem)
oLastItem.style.visibility="hidden"
}
if (oLastItem)
oLastItem.style.visibility="hidden"
}
function checkOver() {
if ((oLastItem) && (oLastItem==event.target)) {
stopTimer()
}
}
if ((oLastItem) && (oLastItem==event.target)) {
stopTimer()
}
}
function checkOut() {
if (oLastItem==event.target)
startTimer(event.target)
}
if (oLastItem==event.target)
startTimer(event.target)
}
document.onmouseover = checkOver
document.onmouseout = checkOut
</script>
document.onmouseout = checkOut
</script>
<td onmouseout="topmenu1.src='/images/topmenu_01.gif';startTimer(this)" onmouseover="showDetails('submenu_1');topmenu1.src='/images/topmenur_01.gif'"><a href="/product/list.asp" alt="제품전체보기"><img src="/images/topmenu_01.gif" name="topmenu1"></a></td>
자바스크립트 메뉴레이어 입니다..
다른곳에서 소스를 퍼와서.. 브라우져 호환성에 맞춰서 약간 손을 보았습니다..
http://www.cube333.co.kr 이사이트 상단 메뉴에 사용했던 메뉴레이어입니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 11764 |
PHP
파일 처리 함수(3)
|
| 11763 |
PHP
파일 처리 함수(2)
|
| 11762 |
PHP
날짜 및 시간 함수
|
| 11761 |
PHP
파일 처리 함수(1)
|
| 11760 |
PHP
문자열 함수(5)
|
| 11759 |
PHP
문자열 함수(4)
|
| 11758 |
PHP
문자열 함수(3)
|
| 11757 |
PHP
문자열 함수(2)
|
| 11756 |
PHP
문자열 함수(1)
|
| 11755 |
PHP
사용자 정의 함수(3)
|
| 11754 |
PHP
사용자 정의 함수(2)
|
| 11753 |
PHP
사용자 정의 함수(1)
|
| 11752 |
PHP
그 밖의 제어문
|
| 11751 |
PHP
반복 제어문(2)
|
| 11750 |
PHP
반복 제어문(1)
|
| 11749 |
PHP
조건 제어문(2)
|
| 11748 |
PHP
조건 제어문(1)
|
| 11747 |
PHP
비교 연산자, 논리 연산자
|
| 11746 |
PHP
산술 연산자, 대입 연산자
|
| 11745 | |
| 11744 |
PHP
가변 변수
|
| 11743 |
PHP
정적 변수
|
| 11742 |
PHP
전역 변수
|
| 11741 |
PHP
배열 변수
|
| 11740 |
PHP
변수 사용법
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기