Jump to content

SAĞ TUŞ MENÜSÜ


press

Recommended Posts

<BODY id=bg text=#093349 bgColor=#f5f5f5 topMargin=0>  
<STYLE>#contextMenu {
BORDER-RIGHT: black 1px outset; BORDER-TOP: black 1px outset; VISIBILITY: hidden; BORDER-LEFT: black 1px outset; WIDTH: 120px; BORDER-BOTTOM: black 1px outset; POSITION: absolute; BACKGROUND-COLOR: #dde8f4; layer-background-color: #98B5E2
}
.A:unknown {
WIDTH: 100%; CURSOR: default; COLOR: black; TEXT-DECORATION: none
}
.A:unknown {
WIDTH: 100%; CURSOR: default; COLOR: white; BACKGROUND-COLOR: black; TEXT-DECORATION: none
}
</STYLE>
<SCRIPT language="">
var menu;
function showMenu (evt) {
if (document.all) {
document.all.contextMenu.style.pixelLeft = event.clientX;
document.all.contextMenu.style.pixelTop = event.clientY;
document.all.contextMenu.style.visibility = 'visible';
return false;
}
else if (document.layers) {
if (evt.which == 3) {
document.contextMenu.left = evt.x;
document.contextMenu.top = evt.y;
document.contextMenu.onmouseout =
function (evt) { this.visibility = 'hide'; };
document.contextMenu.visibility = 'show';
return false;
}
}
return true;
}
if (document.all)
document.oncontextmenu =showMenu;
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = showMenu;
}
</SCRIPT>
<DIV id=contextMenu onmouseover=clearTimeout(this.tid);
onmouseout="menu = this; this.tid = setTimeout ('menu.style.visibility = \'hidden\'', 1);" style="width: 250; height: 350">
<TABLE borderColor=#999999 width="100%" border=1>
<TBODY>
<TR>
<TD class=tablecat align=left width="110%" background="js/cellpic.gif"><SPAN class=smallfont><B>Genel Başlıklar</B></SPAN></TD></TR>
<TR class=tablea>
<TD><SPAN class=smallfont>
<STRONG> »</STRONG>  <A href="search.php?do=getnew"><B>Yeni Mesajlar</B></A>
<BR>
<STRONG> »</STRONG>  <A href="index.php"><B>Ana Sayfa</B></A>
<BR>
<STRONG> »</STRONG>  <A href="showthread.php?goto=newpost&t=1298"><B>F.Kuralları </B></A>
<BR>
<STRONG> »</STRONG>  <A href="usercp.php"><B>K.Paneli</B></A>
<BR>
<STRONG> »</STRONG>  <A href="calendar.php"><B>Ajanda</B></A>
<BR>
</SPAN></TD></TR>
<TR>
<TD class=tablecat align=left width="100%" background="js/cellpic.gif"><SPAN class=smallfont><B>Extralar</B></SPAN></TD></TR>
<TR class=tablea>
<TD><SPAN class=smallfont>
<STRONG> »</STRONG>  <A href="private.php">Mesaj Kutusu</A>
<BR>
<STRONG> »</STRONG>  <A href="showgroups.php">Forum Liderleri</A>
<BR>
<STRONG> »</STRONG>  <A href=" memberlist.php">Üyelerin Listesi</A>
<BR>
<STRONG> »</STRONG>  <A href="profile.php?do=editavatar">Avatar Düzenle</A>
<BR>
<STRONG> »</STRONG>  <A href="profile.php?do=editsignature">İmza Düzenle</A>
<BR>
</SPAN></TD></TR></TBODY></TABLE></DIV>[/CODE]

burda yukarda sadece linklerin yerini degistirmeniz yeterli

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...