• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Cool Right-Click Menu!

  • 14
    Posts
    18
    Years
    • Seen May 10, 2006
    Place this code in the <HEAD> section of your page

    <SCRIPT src="rightmenu.js" type=text/javascript>

    //Paste this into your <HEAD> section of your page

    </SCRIPT>

    <style>
    <!--
    #men {
    BORDER-RIGHT: 2px outset; BORDER-TOP: 2px outset; Z-INDEX: 1; LEFT: 0px; VISIBILITY: hidden; BORDER-LEFT: 2px outset; BORDER-BOTTOM: 2px outset; POSITION: absolute; TOP: 0px
    }
    #men A {
    PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 4px; MARGIN: 1px 1px 1px 16px; FONT: 12px sans-serif; WIDTH: 100%; PADDING-TOP: 3px; HEIGHT: 100%; TEXT-DECORATION: none
    }
    .ico {
    BORDER-RIGHT: medium none; BORDER-TOP: medium none; FLOAT: left; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
    }
    //-->
    </style>

    Paste this into your <BODY> section of your page:
    Edit only the text that are BOLD
    <SCRIPT type=text/javascript>
    //MENU TITLE
    eyesys_title="JavaScript Kit Menu"
    //TITLE BACKGROUND COLORS
    eyesys_titlecol1="black"
    eyesys_titlecol2="blue"
    //TITLE COLOR
    eyesys_titletext="white"
    //MENU & ITEM BACKGROUND COLOR
    eyesys_bg="#229922"
    //ITEM BACKGROUND COLOR ON MOUSE OVER
    eyesys_bgov="#006699"
    //MENU COLOR
    eyesys_cl="white"
    //MENU COLOR ON MOUSE OVER
    eyesys_clov="white"
    //MENU WIDTH
    eyesys_width=160
    //menu starts here
    eyesys_init()
    //menu item sintax: eyesys_item(text,icon,link)
    //for no icon use 'null'
    eyesys_item('Link 1','home.gif','https://www.yoursitehere1.com')
    eyesys_item('Link 2',null,'https://www.yoursitehere2.com')
    eyesys_item('Link 3',null,'https://www.yoursitehere3.com')
    //menu closes here
    //you can put more than three items here
    eyesys_close()
    </SCRIPT>

    Finally Right-Click and Click save target as.. This Link

    Cool Right-Click Menu!

    Screenshot! the colors are messed up :(
     
    Last edited:
  • 14
    Posts
    18
    Years
    • Seen May 10, 2006
    there you go screenshot uploaded! but the colors are messed up when i uploaded it on imageshack
     
    Back
    Top