I have a standardised rounded-corners button following the format like
<a href="#"><span>button name</span></a>
(Example:Anchor for left rounded corner, span for right rounded corner)
Problem is in IE, the context menu is that of the span tag and not the anchor, and hence I don't have the context menu option of opening up the parent link in new tab.
Is it possible to target the parent anchor and trigger it's context menu when I click on the span tag in IE?? I just want the browser default context menu, not a customised one.
(Works fine in FF)