Programalama > JAVA SCRIPT

Etiketler: sag, tus, menü......

Ort. 5
Puan ver:
<HTML><HEAD>
<style>
#menu{
position:absolute;
width:150px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}
.menuitems{
padding-left:15px;
padding-right:15px;
}
</style>
<script language="JavaScript1.2">
var display_url=1
function showmenu(){
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY
if (rightedge<menu.offsetWidth)
menu.style.left=document.body.scrollLeft+event.clientX-menu.offsetWidth
else
menu.style.left=document.body.scrollLeft+event.clientX
if (bottomedge<menu.offsetHeight)
menu.style.top=document.body.scrollTop+event.clientY-menu.offsetHeight
else
menu.style.top=document.body.scrollTop+event.clientY
menu.style.visibility="visible"
return false
}
function hidemenu(){
menu.style.visibility="hidden"
}
function over(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="highlight"
event.srcElement.style.color="yellow"
if (display_url==1)
window.status=event.srcElement.url
}
}
function out(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="black"
window.status=''
}
}
function linkTo(){
if (event.srcElement.className=="menuitems")
window.location=event.srcElement.url
}
</script>
</HEAD>
<BODY>
<!--[if IE 5]>
<![endif]-->
<br><br>
<![if ! IE 5]>
<br><center>
<p><b></b></p>
</center>
<![endif]>
<div id="menu" onMouseover="over()" onMouseout="out()" onClick="linkTo()">
<div class="menuitems" url="siteoner.html">Site Öner</div>
<div class="menuitems" url="http://www.prepline.net">Anasayfa</div>
<div class="menuitems" url="mailto:resilence@prepline.net">E-mail Gönder</div>
<hr>
<div class="menuitems" url="http://www.trgamer.com">Oyun</div>
<div class="menuitems" url="http://www.yazilimarsivi.com">Download</div>
<div class="menuitems" url="http://ekart.mynet.com">E-kart</div>
<div class="menuitems" url="http://sohpet.mynet.com">Sohpet</div>
<div class="menuitems" url="http://www.netbul.com">Arama</div>
<div class="menuitems" url="http://www.smsrehberi.com">Cep & SMS</div>
</div>
<script language="JavaScript1.2">
document.oncontextmenu=showmenu
if (document.all&&window.print)
document.body.onclick=hidemenu
</script>
</BODY>
</HTML>


Yorumlar                 Yorum Yaz
Gokhan-Sever (0) Sakıncalı Yorum 12 April 11:18
Kod için teşekkür ederim. kodu uyguladım yanız bir değişiklik yapmak istiyorum. Sağ tıklandığında tarayıcının sol üstünde çıkıyor ben mouse ok simgesinin yanında çıkarmak istiyorum. Nasıl yapabilirim.
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.