HTML5 Context Menu

Hello
I am struggling with HTML5 context(right click) menu. The following piece of code work only on FIrefox. However, it does not work on IE, Chrome or Safari. How can I have a browser independent functionality for this context menu?

<div contextmenu="mymenu">

<menu type="context" id="mymenu">
  <menuitem label="Refresh"></menuitem>
  <menuitem label="Search"></menuitem>
</menu>

</div>
HTML:
darsh

from HTML & Website Design http://ift.tt/1Oqy6Dx
via IFTTT
Previous
Next Post »
Thanks for your comment