인기여행국가 및 도시의 호텔정보

국내 호텔 일본 호텔 필리핀 호텔 태국 호텔 홍콩 호텔 싱가포르 호텔 베트남 호텔 중국 호텔 대만 호텔 말레이시아 호텔 인도네시아 호텔 괌 호텔 마카오 호텔 미국 호텔 호주 호텔 영국 호텔 터키 호텔 스위스 호텔 몰디브 호텔 두바이 호텔 미얀마 호텔 인도 호텔 뉴질랜드 호텔 체코 호텔 오스트리아 호텔 크로아티아 호텔 사이판 호텔 캐나다 호텔 스리랑카 호텔 그리스 호텔 스페인 호텔 프랑스 호텔 독일 호텔 캄보디아 호텔 라오스 호텔 이탈리아 호텔 네팔 호텔 러시아 호텔 네덜란드 호텔 헝가리 호텔 포르투갈 호텔 몽골 호텔 벨기에 호텔 핀란드 호텔 멕시코 호텔 브라질 호텔


추천 인기 여행,휴양도시

방콕 호텔 서울 호텔 홍콩 호텔 싱가포르 호텔 세부 호텔 부산 호텔 오사카 호텔 도쿄 호텔 보라카이 호텔 타이베이 호텔 마닐라 호텔 제주도 호텔 후쿠오카 호텔 괌 호텔 마카오 호텔 파타야 호텔 호치민 호텔 발리 호텔 오키나와 호텔 쿠알라룸푸르 호텔 상하이 호텔 푸켓 호텔 하노이 호텔 칼리보 호텔 베이징 호텔 자카르타 호텔 교토 호텔 보홀 호텔 청도 호텔 파리 호텔 다낭 호텔 치앙마이 호텔 씨엠립 호텔 인천 호텔 시드니 호텔 코타키나발루 호텔 나트랑 호텔 런던 호텔 앙헬레스 호텔 경주 호텔 로마 호텔 삿포로 호텔 바르셀로나 호텔 비엔티엔 호텔 하와이 호텔 광저우 호텔 나가사키 호텔 루앙프라방 호텔 멜번 호텔 나고야 호텔 속초 호텔 이스탄불 호텔 몰디브 호텔 끄라비 호텔

오른쪽마우스,클릭하면 나타나는 메뉴

Posted by KOKPlay 1인 미디어
2015. 9. 7. 13:02 컴퓨터-유용한팁/스크립트

바탕화면 아무곳이나 오른쪽 마우스로 클릭하면 메뉴가 나타나여.
여기 예제는 iframe으로 넣었으니까 분홍바탕안에서 오른쪽 마우스로 클릭해 보세여.

<!--1. 아래 스크립트를 HEAD 부분에 복사해 넣으세요. -->

<style type="text/css">
<!--
font{ font-family:"굴림"; font-size: 9pt; line-height:17px; }
td{ font-family:"굴림"; font-size: 9pt; line-height:17px; }
a:visited {color:#FFFFFF; text-decoration: none }
a:link { color:#FFFFFF; text-decoration: none; }
a:active { color:#00ff00; text-decoration: none; }
a:hover { color:#FFA217; text-decoration: underline; }
-->
</style>
<style>
<!--
.BorderOn { width:90px; margin-left:10px; border:1px solid #FFA217 }
.BorderOff { width:90px; margin-left:0px; border:1px solid #00CCFF }

A.mBlue:link {color:#00CCFF; text-decoration:none;}
A.mBlue:visited {color:#00CCFF; text-decoration:none;}
A.mBlue:active {color:#00CCFF; text-decoration:none;}
A.mBlue:hover {color:#FF0000; text-decoration:underline;}

A.mGreen:link {color:#00FF80; text-decoration:none;}
A.mGreen:visited {color:#00FF80; text-decoration:none;}
A.mGreen:active {color:#00FF80; text-decoration:none;}
A.mGreen:hover {color:#FF0000; text-decoration:underline;}

A.mYellow:link {color:#FFFF00; text-decoration:none;}
A.mYellow:visited {color:#FFFF00; text-decoration:none;}
A.mYellow:active {color:#FFFF00; text-decoration:none;}
A.mYellow:hover {color:#FF0000; text-decoration:underline;} 
//--> 
</style>

<script language="JavaScript1.2">
<!--
<!--home page: : www.yeoyoo.com -->
offMessage = "Welcome to yeoyoo.com"
function boxOn(which,message){
if (document.all||document.getElementById){
which.className='BorderOn'
if (document.getElementById) {document.getElementById("Message").innerHTML = message}
else {Message.innerHTML = message}
}
}
function boxOff(which){
if (document.all||document.getElementById){
which.className='BorderOff'
if (document.getElementById) {document.getElementById("Message").innerHTML = offMessage}
else {Message.innerHTML = offMessage}
}
}
//-->
</script> 

<!--<BODY></BODY> 부분에 아래의 스크립트를 복사해 넣으세요-->

<div ID="rightmenu" style="position: absolute; visibility:hidden; width:200">
<table cellpadding="3" cellspacing="0" bgcolor="#000000" class="BorderOff">
<tr> 
<td><font color="#FEDCBA" size="2" face="Arial">메뉴판 목록</font></td>
</tr>
</table>
<img src="spacer.gif" width="5" height="5"><br>
<!-- 첫번째 메뉴 테이블-->
<table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'여어자1번 메뉴의 설명 입니다')" onMouseout="boxOff(this)">
<tr> 
<td><font color="#00FF80" size="2" face="Arial"><a class="mBlue" href="http://www.yeoyoo.com" target="_blank">첫번째 
메뉴</a></font></td>
</tr>
</table>
//spacer.gif는2*2 흰색으로 만들어 넣으세여.//
<img src="spacer.gif" width="2" height="2"><br>
<!-- 두번째 메뉴 테이블-->
<table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'여어자2번 메뉴의 설명 입니다')" onMouseout="boxOff(this)">
<tr> 
<td><font color="#00FF80" size="2" face="Arial"><a class="mBlue" href="http://www.yeoyoo.com" target="_blank">두번째 
메뉴</a></font></td>
</tr>
</table>
<img src="spacer.gif" width="5" height="5"><br>
<!-- 세번째 메뉴 테이블-->
<table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'여어자3번 메뉴의 설명 입니다')" onMouseout="boxOff(this)">
<tr> 
<td><font color="#00FF80" size="2" face="Arial"><a class="mGreen" href="http://www.yeoyoo.com" target="_blank">세번째 
메뉴</a></font></td>
</tr>
</table>
<img src="spacer.gif" width="2" height="2"><br>
<!-- 네번째 메뉴 테이블-->
<table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'여어자4번 메뉴의 설명 입니다')" onMouseout="boxOff(this)">
<tr> 
<td><font color="#00FF80" size="2" face="Arial"><a class="mYellow" href="http://www.yeoyoo.com" target="_blank">네번째 
메뉴</a></font></td>
</tr>
</table>
<img src="spacer.gif" width="2" height="2"><br>
<!-- 다섯번째 메뉴 테이블-->
<table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'여어자5번 메뉴의 설명 입니다')" onMouseout="boxOff(this)">
<tr> 
<td><font color="#00FF80" size="2" face="Arial"><a class="mYellow" href="http://www.yeoyoo.com" target="_blank">5번째 
메뉴</a></font></td>
</tr>
</table>
<img src="spacer.gif" width="5" height="5"><br>
<!-- 아래쪽 메세지 테이블-->
<table cellpadding="1" cellspacing="0" bgcolor="#444444" width="90">
<tr> 
<td> 
<table cellpadding="3" cellspacing="0" bgcolor="#000000" width="88" height="100">
<tr> 
<td align="left" valign="top"><font id="Message" color="#FFFF66" size="2" face="Arial">Welcome 
to yeoyoo.com</font></td>
</tr>
</table>
</td>
</tr>
</table>
</div>

<script language="JavaScript1.2">
function showRightMenu(){
var testTop = document.body.scrollTop + event.clientY;
var testLeft = document.body.scrollLeft + event.clientX;

var tooltipAbsLft = (testLeft > document.body.scrollLeft + document.body.width - rightmenu.style.width) ? testLeft - rightmenu.style.width : testLeft;
var tooltipAbsTop = (testTop > document.body.scrollTop + document.height - rightmenu.style.height) ? testTop - rightmenu.style.height : testTop;

rightmenu.style.posLeft = tooltipAbsLft;
rightmenu.style.posTop = tooltipAbsTop;
rightmenu.style.visibility = "visible";
return (false);
}

function hideRightMenu(){
rightmenu.style.visibility = "hidden";
}

document.oncontextmenu = showRightMenu;
document.onclick = hideRightMenu;
</script>


인기여행국가 및 도시의 호텔정보

국내 호텔 일본 호텔 필리핀 호텔 태국 호텔 홍콩 호텔 싱가포르 호텔 베트남 호텔 중국 호텔 대만 호텔 말레이시아 호텔 인도네시아 호텔 괌 호텔 마카오 호텔 미국 호텔 호주 호텔 영국 호텔 터키 호텔 스위스 호텔 몰디브 호텔 두바이 호텔 미얀마 호텔 인도 호텔 뉴질랜드 호텔 체코 호텔 오스트리아 호텔 크로아티아 호텔 사이판 호텔 캐나다 호텔 스리랑카 호텔 그리스 호텔 스페인 호텔 프랑스 호텔 독일 호텔 캄보디아 호텔 라오스 호텔 이탈리아 호텔 네팔 호텔 러시아 호텔 네덜란드 호텔 헝가리 호텔 포르투갈 호텔 몽골 호텔 벨기에 호텔 핀란드 호텔 멕시코 호텔 브라질 호텔


추천 인기 여행,휴양도시

방콕 호텔 서울 호텔 홍콩 호텔 싱가포르 호텔 세부 호텔 부산 호텔 오사카 호텔 도쿄 호텔 보라카이 호텔 타이베이 호텔 마닐라 호텔 제주도 호텔 후쿠오카 호텔 괌 호텔 마카오 호텔 파타야 호텔 호치민 호텔 발리 호텔 오키나와 호텔 쿠알라룸푸르 호텔 상하이 호텔 푸켓 호텔 하노이 호텔 칼리보 호텔 베이징 호텔 자카르타 호텔 교토 호텔 보홀 호텔 청도 호텔 파리 호텔 다낭 호텔 치앙마이 호텔 씨엠립 호텔 인천 호텔 시드니 호텔 코타키나발루 호텔 나트랑 호텔 런던 호텔 앙헬레스 호텔 경주 호텔 로마 호텔 삿포로 호텔 바르셀로나 호텔 비엔티엔 호텔 하와이 호텔 광저우 호텔 나가사키 호텔 루앙프라방 호텔 멜번 호텔 나고야 호텔 속초 호텔 이스탄불 호텔 몰디브 호텔 끄라비 호텔