Hi, I have a div that is contain inside an iframe from a external html
<iframe src="test.html">
The html based "context menu" need to be on top of the iframe but the html code of the context menu is in the iframe itself. A pure CSS solution is preferred.