Buttons - How to get default right click menu.

Buttons - How to get default right click menu.

I notice that when using jQuery-ui buttons, the default right click menu is no longer available in IE.
The default menu having the options like:
      Open link in new tab
      Open link in new window
      Bookmark this link
      Save link as
      ect...

As long as I have a valid href on the button, the menu still works in FF, but not in IE.

You can see this by going to: http://taitems.github.com/Aristo-jQuery-UI-Theme/
right click the UI Button examples in IE and you won't get the default right menu for anchors. Even though I have applied the button() to anchors.

Any ideas to get this back while still having jQuery buttons?