I have seen many scripts on making right click menus, disabling and all sorts of other features.
I can't seem to find, or don't know what keywords to use.
What I would like to do is make a custom right click menu that has the following properties:
-----------------------------
--Things I have seen:--
-----------------------------
¤ activated when the right mouse button is dragged down on the page by 50 pixels.
¤ menu remains open until closed by clicking on a close button
¤ use image map to select "button" regions on menu
-------------------------
--Things not seen:--
-------------------------
¤ replace normal box shape with a custom non rectangular picture
¤ call an html page or js sheet to display contents of the menu
¤ use scroller bars on the menu to move titles up and down through each image map position defined as a button
¤ clicking a button brings out a second menu from the first one
¤ second menu is determined by which first menu title item is clicked
It is much harder to describe than to see - but I think the only tricky parts there are the calling of files that contains the desired contents, using a custom picture instead of making a box, and organising the latter to display on the former.
Everything else about styling it I think I can get and about making the titles clickable I can do and I can do the graphics etc.
But how to make the javascript do those other bits, I have no idea. I've only made similar things in flash before.
Thanks
Stealth
*member of project-stealth (( currently being redesigned ))*
I can't seem to find, or don't know what keywords to use.
What I would like to do is make a custom right click menu that has the following properties:
-----------------------------
--Things I have seen:--
-----------------------------
¤ activated when the right mouse button is dragged down on the page by 50 pixels.
¤ menu remains open until closed by clicking on a close button
¤ use image map to select "button" regions on menu
-------------------------
--Things not seen:--
-------------------------
¤ replace normal box shape with a custom non rectangular picture
¤ call an html page or js sheet to display contents of the menu
¤ use scroller bars on the menu to move titles up and down through each image map position defined as a button
¤ clicking a button brings out a second menu from the first one
¤ second menu is determined by which first menu title item is clicked
It is much harder to describe than to see - but I think the only tricky parts there are the calling of files that contains the desired contents, using a custom picture instead of making a box, and organising the latter to display on the former.
Everything else about styling it I think I can get and about making the titles clickable I can do and I can do the graphics etc.
But how to make the javascript do those other bits, I have no idea. I've only made similar things in flash before.
Thanks
Stealth
*member of project-stealth (( currently being redesigned ))*
Comment