<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 이사이트 상단 메뉴에 사용했던 메뉴레이어입니다.
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5602 |
잘살아보자
|
11년 전 | 3068 | |
| 5601 |
잘살아보자
|
11년 전 | 2403 | |
| 5600 |
잘살아보자
|
11년 전 | 5741 | |
| 5599 |
잘살아보자
|
11년 전 | 3383 | |
| 5598 |
잘살아보자
|
11년 전 | 1831 | |
| 5597 |
잘살아보자
|
11년 전 | 2081 | |
| 5596 |
잘살아보자
|
11년 전 | 1338 | |
| 5595 |
잘살아보자
|
11년 전 | 1308 | |
| 5594 |
잘살아보자
|
11년 전 | 1453 | |
| 5593 | 11년 전 | 2506 | ||
| 5592 |
잘살아보자
|
11년 전 | 2326 | |
| 5591 |
잘살아보자
|
11년 전 | 2333 | |
| 5590 |
잘살아보자
|
11년 전 | 2420 | |
| 5589 |
잘살아보자
|
11년 전 | 1409 | |
| 5588 |
잘살아보자
|
11년 전 | 1886 | |
| 5587 |
잘살아보자
|
11년 전 | 1225 | |
| 5586 |
잘살아보자
|
11년 전 | 1032 | |
| 5585 | 11년 전 | 3561 | ||
| 5584 | 11년 전 | 1173 | ||
| 5583 | 11년 전 | 2416 | ||
| 5582 | 11년 전 | 1462 | ||
| 5581 | 11년 전 | 2877 | ||
| 5580 | 11년 전 | 1730 | ||
| 5579 | 11년 전 | 1700 | ||
| 5578 | 11년 전 | 1266 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기