The example below is a simple example of an iframe which uses window.parent.[turn designmode on] (this works). In FF all is well, but in IE8 (surprise surprise) any selectio
On any element in the main document you want not to break the iframe selection, add unselectable="on".
unselectable="on"
For example:
Bold