<div><div align="center">السلام عليكم انتهيت الان من عمل تصميم بسيط وهو عند الضغط بالزر الايمن يطلع جدول بالروابط

المهمة في المنتدى

مثال

http://www.2napal.com/vb

اضغط بالماوس على الزر الايمن ولاحظ الروابط

طريقة التركيب

اضف هذا الكود اسفل قالب header
رمز PHP:





وهذا الكود في نهاية قالب footer
<div style="margin:20px; margin-top:5px"> رمز PHP:
<div class="alt2"> <div dir="ltr" style="text-align:left;"> <span style="color: #000000">
/* Translated By www.2napal.com/
// Visit our site at http://www.2napal.com/ for more code
// This notice must stay intact for use */
//set the skin of the menu (0 or 1, with 1 rendering a default Windows menu like skin)
var menuskin=1

//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0


function showmenuie5(){
//Find out how close the mouse is to the corner of the window
var rightedge=document.body.clientWidth-event.clientX
var bottomedge=document.body.clientHeight-event.clientY

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<span style="color: #007700">